Factor out duplicated MidiByteArray

This commit is contained in:
David Robillard 2021-06-17 09:56:46 -04:00
parent cc6b58ef00
commit c6bdf8f2ff
36 changed files with 38 additions and 579 deletions

View file

@ -9,7 +9,8 @@ out = 'build'
controlcp_sources = [
'basic_ui.cc',
'control_protocol.cc',
]
'midi_byte_array.cc',
]
def options(opt):
autowaf.set_options(opt)