Add BasicUI::master_out() and BasicUI::monitor_out()

Towards removing the direct use of Session by surfaces.
This commit is contained in:
David Robillard 2021-06-15 19:59:23 -04:00
parent b35f9ca1a0
commit 0dc7cbba14
21 changed files with 72 additions and 55 deletions

View file

@ -94,7 +94,7 @@ LaunchControlXL::LaunchControlXL (ARDOUR::Session& s)
/* we're going to need this */
/* master cannot be removed, so no need to connect to going-away signal */
master = _session->master_out ();
master = master_out ();
run_event_loop ();