mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Re-integrate export-optimization branch.
Export now happens directly to file (unless normalizing is required), and can be easily optimized even further. The Session process connection is still broken during export (as it was before this commit also). git-svn-id: svn://localhost/ardour2/branches/3.0@6401 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
35c72a53b4
commit
dde0848a98
81 changed files with 5370 additions and 2214 deletions
|
|
@ -311,6 +311,10 @@ ExportDialog::show_progress ()
|
|||
usleep (10000);
|
||||
}
|
||||
}
|
||||
|
||||
if (!status->aborted()) {
|
||||
status->finish ();
|
||||
}
|
||||
}
|
||||
|
||||
gint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue