mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 06:35:46 +01:00
[Summary] Fixed minor issue, when master bus was not connected on engine start in StereOut mode
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 460911]
This commit is contained in:
parent
ba8228feda
commit
0d83e6cf5f
1 changed files with 1 additions and 1 deletions
|
|
@ -644,7 +644,7 @@ AudioEngine::start (bool for_latency)
|
|||
_backend->set_time_master (true);
|
||||
}
|
||||
|
||||
_session->reconnect_existing_routes (true);
|
||||
_session->reconnect_existing_routes (true, true);
|
||||
}
|
||||
|
||||
start_metering_thread ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue