refactor Push2 GUI into modular "layouts" that encapsulate a given screen, its drawing and event handling

This commit is contained in:
Paul Davis
2016-07-10 10:49:39 -04:00
parent 86578ea0cc
commit 14d80ec5f8
7 changed files with 1113 additions and 818 deletions

View File

@@ -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"' ]