refactor Push2 GUI into modular "layouts" that encapsulate a given screen, its drawing and event handling
This commit is contained in:
@@ -26,8 +26,11 @@ def build(bld):
|
||||
midi_byte_array.cc
|
||||
leds.cc
|
||||
gui.cc
|
||||
layout.cc
|
||||
mode.cc
|
||||
menu.cc
|
||||
mix.cc
|
||||
scale.cc
|
||||
'''
|
||||
obj.export_includes = ['.']
|
||||
obj.defines = [ 'PACKAGE="ardour_push2"' ]
|
||||
|
||||
Reference in New Issue
Block a user