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:
Paul Davis 2009-12-02 21:26:26 +00:00
parent c17b4a30a5
commit 9dddffcc8f
12 changed files with 261 additions and 206 deletions

View file

@ -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