mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +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
|
|
@ -201,7 +201,7 @@ static int export_session (Session *session,
|
|||
}
|
||||
printf("\n");
|
||||
|
||||
status->finish ();
|
||||
status->finish (TRS_UI);
|
||||
|
||||
printf ("* Done.\n");
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue