summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_unit.cc
AgeCommit message (Expand)Author
2008-11-08catch exceptions while loading AudioUnitsPaul Davis
2008-07-22debug output for pixbuf loaders; catch exception when loading AU plugins; mis...Paul Davis
2008-05-15lots and lots of work to correctly deduce AU IO configurations and related is...Paul Davis
2008-05-13initial code for AU I/O config discovery (i hate you apple!)Paul Davis
2008-04-03make plugin latency compensation work for AU's (latency is returned in second...Paul Davis
2008-03-25make copy-n-paste of AudioUnits workPaul Davis
2008-03-14enable icon-start-from-.ardour-file to work on OS X; properly install apple e...Paul Davis
2008-02-27possible fix for AU problems on PPCPaul Davis
2008-02-23fix up use of plugin input counts when running; SAE menu tweaks; fix up manag...Paul Davis
2008-02-22fix some layering/display problems with AU GUIs (requires new patches for GDK...Paul Davis
2008-02-15fix use of basename; AU automation now working; add gtk event reporter back i...Paul Davis
2008-02-13splash updating on gdk/quartz; more filtering of automatable AU parametersPaul Davis
2008-02-13"boot" messages; more AU fixes; new SAE ui.conf filePaul Davis
2008-02-13discover all AU parameters, map to ardour internal data, make automationt tra...Paul Davis
2008-01-18permit OSX native package without JACK; prevent excessive track name lengths ...Paul Davis
2007-12-18new LocateRollLocate event, used to implement play-at-edit-point-and-return; ...Paul Davis
2007-12-11-- not true anymore. :)Taybin Rutkin
2007-12-10AU support, plus changes in Plugin to make unique_id a stringPaul Davis
2006-10-26remove StateManager code entirely and more debugging output cruftPaul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-08-31Fixed compilation of CoreAudioSourceTaybin Rutkin
2006-08-11Remove unnecessary header usage.Taybin Rutkin
2006-08-10Moved PluginInfo::Type to ARDOUR::PluginType in ardour/types.h.Taybin Rutkin
2006-08-09Renamed PluginUI to LadspaPluginUI to make things more clear.Taybin Rutkin
2006-08-08AudioUnit work.Taybin Rutkin
2006-08-03Fix for AudioUnit crash.Taybin Rutkin
2006-08-03Start using libappleutilityTaybin Rutkin
2006-08-03Most PluginManager refactoring is out of the way. Time to begin on AudioUnit...Taybin Rutkin
2006-08-02Added libappleutility from /Developer/Examples/CoreAudio/PublicUtilityTaybin Rutkin
2006-08-01Added LADSPA_PATH to ardev_common.shTaybin Rutkin
2006-07-31Start of AudioUnit work. COREAUDIO=y is a little destable for now.Taybin Rutkin