mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.
git-svn-id: svn://localhost/ardour2/trunk@2883 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
73dd9d37e7
commit
bb457bb960
168 changed files with 11821 additions and 5338 deletions
|
|
@ -428,6 +428,10 @@ AudioExportSpecification::process (nframes_t nframes)
|
|||
int
|
||||
Session::start_audio_export (AudioExportSpecification& spec)
|
||||
{
|
||||
if (!_engine.connected()) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (spec.prepare (current_block_size, frame_rate())) {
|
||||
return -1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue