Factor out SessionController from BasicUI

Towards sharing this code with ARDOUR_UI.
This commit is contained in:
David Robillard 2021-06-17 11:02:08 -04:00
parent 8998efa8c8
commit 1559829e24
24 changed files with 1050 additions and 849 deletions

View file

@ -1030,7 +1030,7 @@ LaunchControlXL::button_solo()
void
LaunchControlXL::button_solo_long_press()
{
cancel_all_solo();
_controller.cancel_all_solo();
}
void