AU state handling, including changes to PathScanner so that it can now do recursive...
commitb1ce486dda3eecaa6771ffb5af79caf2c45f5bf1
authorpaul <paul@d708f5d6-7413-0410-9779-e7cbd77b26cf>
Wed, 28 Jan 2009 15:09:36 +0000 (28 15:09 +0000)
committerpaul <paul@d708f5d6-7413-0410-9779-e7cbd77b26cf>
Wed, 28 Jan 2009 15:09:36 +0000 (28 15:09 +0000)
tree857756b48bc94c9c4bf74c3ef72c96bbbe80ffaa
parenta2542161cecd638b584b4212dc8674d7022b9b3d
AU state handling, including changes to PathScanner so that it can now do recursive searches. Note that AU state handling is not built by default, and public binaries for OS X will not include it. If you build Ardour on OS X yourself, add AU_STATE=1 to your scons arguments

git-svn-id: http://subversion.ardour.org/svn/ardour2/ardour2/branches/2.0-ongoing@4456 d708f5d6-7413-0410-9779-e7cbd77b26cf
14 files changed:
SConstruct
gtk2_ardour/ardour_ui.cc
gtk2_ardour/ardour_ui.h
gtk2_ardour/au_pluginui.mm
gtk2_ardour/plugin_ui.cc
gtk2_ardour/plugin_ui.h
libs/ardour/SConscript
libs/ardour/ardour/audio_unit.h
libs/ardour/ardour/plugin.h
libs/ardour/audio_unit.cc
libs/ardour/plugin.cc
libs/pbd/pathscanner.cc
libs/pbd/pbd/pathscanner.h
tools/osx_packaging/osx_build