mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
US2400: add us2400 to surfaces.
This commit is contained in:
parent
28d8f2f6b9
commit
0e12c967ea
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ children = [
|
||||||
'cc121',
|
'cc121',
|
||||||
'generic_midi',
|
'generic_midi',
|
||||||
'mackie',
|
'mackie',
|
||||||
|
'us2400',
|
||||||
]
|
]
|
||||||
|
|
||||||
def options(opt):
|
def options(opt):
|
||||||
|
|
@ -83,6 +84,7 @@ def build(bld):
|
||||||
bld.recurse('faderport8')
|
bld.recurse('faderport8')
|
||||||
bld.recurse('cc121')
|
bld.recurse('cc121')
|
||||||
bld.recurse('mackie')
|
bld.recurse('mackie')
|
||||||
|
bld.recurse('us2400')
|
||||||
|
|
||||||
if bld.is_defined ('HAVE_LO'):
|
if bld.is_defined ('HAVE_LO'):
|
||||||
bld.recurse('osc')
|
bld.recurse('osc')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue