mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
UI updates for export-abort
This commit is contained in:
parent
1ec78d26ee
commit
883a6a3d4e
3 changed files with 4 additions and 6 deletions
|
|
@ -120,7 +120,7 @@ static int export_session (Session *session,
|
|||
|
||||
// TODO trap SIGINT -> status->abort();
|
||||
|
||||
while (status->running) {
|
||||
while (status->running ()) {
|
||||
double progress = 0.0;
|
||||
switch (status->active_job) {
|
||||
case ExportStatus::Normalizing:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue