push2: port registration, LED setup

This commit is contained in:
Paul Davis
2016-06-16 10:02:46 -04:00
parent e0be45de38
commit 67698b8232
7 changed files with 441 additions and 5 deletions

View File

@@ -22,6 +22,8 @@ def build(bld):
obj.source = '''
push2.cc
interface.cc
midi_byte_array.cc
leds.cc
'''
obj.export_includes = ['.']
obj.defines = [ 'PACKAGE="ardour_push2"' ]