summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_unit.cc
AgeCommit message (Expand)Author
2010-01-21use correct number of buffers when setting up data for an AudioUnit pluginPaul Davis
2010-01-15fix missing parenBen Loftis
2010-01-13fix unprintable chars in au_cache file, version it, and overwrite files of th...Ben Loftis
2009-12-23fix borked discovery of factory presetsPaul Davis
2009-12-22fix typo in AU cache loadingBen Loftis
2009-11-20do not indirect through AU transport state pointers when actually testing for...Paul Davis
2009-11-11fixup compilation of AU i/o debug patchPaul Davis
2009-11-11better/correct AU transport state callback ; debug info for AU I/O configsPaul Davis
2009-11-11do AU parameter change notify for user-created preset changes not just factor...Paul Davis
2009-11-11working version of AU parameter change notification, presets tooPaul Davis
2009-11-10first pass at fixing AU parameter notification changesPaul Davis
2009-11-02make AU host callback code actually compilePaul Davis
2009-11-02implement AU host callbacks, to some extentPaul Davis
2009-11-02initial unfinished support for AU host callbacks (tempo, musical time, transp...Paul Davis
2009-10-28Make sure PluginInfo.type is always set plus replace a mindless class cast kl...Sampo Savolainen
2009-10-09handle AU Factory presets along with user presets2.8.3Paul Davis
2009-07-03do not attempt to use scroll view for AU plugin GUIs (fixes crash-on-delete o...Paul Davis
2009-04-14mark AU plugin as uninitialized after uninitializing itPaul Davis
2009-03-19remove some AU debugging outputPaul Davis
2009-03-19clean up & extend handling of various AU Component types & subtypes - makes A...Paul Davis
2009-01-28AU state handling, including changes to PathScanner so that it can now do rec...Paul Davis
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