mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 05:06:31 +01:00
Add BasicUI::master_out() and BasicUI::monitor_out()
Towards removing the direct use of Session by surfaces.
This commit is contained in:
parent
b35f9ca1a0
commit
0dc7cbba14
21 changed files with 72 additions and 55 deletions
|
|
@ -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 ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue