mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +01:00
more MTC stuff, including toggleable use of torben's PI controller
git-svn-id: svn://localhost/ardour2/branches/3.0@6265 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c17b4a30a5
commit
9dddffcc8f
12 changed files with 261 additions and 206 deletions
|
|
@ -28,7 +28,7 @@ def configure(conf):
|
|||
|
||||
def build(bld):
|
||||
obj = bld.new_task_gen('cxx', 'shlib',
|
||||
uselib = 'COREAUDIO CORESERVICES COREFOUNDATION AUDIOTOOLBOX AUDIOUNITS OSX GTKOSX')
|
||||
uselib = 'COREAUDIO CORESERVICES COREFOUNDATION AUDIOTOOLBOX AUDIOUNITS OSX GTKOSX')
|
||||
obj.source = libappleutility_sources
|
||||
obj.export_incdirs = ['.']
|
||||
obj.includes = ['.']
|
||||
|
|
@ -41,4 +41,4 @@ def shutdown():
|
|||
autowaf.shutdown()
|
||||
|
||||
def i18n(bld):
|
||||
pass
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue