mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
add finite state machine to control/manage transport state
This commit is contained in:
parent
fc3e7623e7
commit
bd229936ec
41 changed files with 899 additions and 452 deletions
|
|
@ -793,7 +793,7 @@ ExportVideoDialog::launch_export ()
|
|||
}
|
||||
}
|
||||
audio_progress_connection.disconnect();
|
||||
status->finish ();
|
||||
status->finish (TRS_UI);
|
||||
if (status->aborted()) {
|
||||
::g_unlink (_insnd.c_str());
|
||||
delete _transcoder; _transcoder = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue