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

@ -10,6 +10,7 @@ controlcp_sources = [
'basic_ui.cc',
'control_protocol.cc',
'midi_byte_array.cc',
'session_controller.cc',
]
def options(opt):