summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_unit.cc
AgeCommit message (Expand)Author
2011-08-18remove Glib::ustring from libardourPaul Davis
2011-04-07fix for AU param listenersBen Loftis
2011-04-07make AUPlugin emit ParameterChanged() whenever it is notified of a parameter ...Paul Davis
2011-04-06add support for AudioUnit parameter listening (e.g. in non-plugin GUIs)Paul Davis
2010-10-15don't set RenderCallback for AU plugins with no input elements (on trial)Paul Davis
2010-05-20make AU Cocoa plugin views with "client-side-windows" versions of GTK+; make ...Paul Davis
2010-04-29fix faulty logic when deciding whether to run a redirect's ::silence() method...Paul Davis
2010-04-27AU parameter unit is a single integer value, not a bitmask, so treat it corre...Paul Davis
2010-03-12Ardour -> PROGRAM_NAME for libardourPaul Davis
2010-03-12do not try to categorize AU plugins based on the "subtype" property, since th...Paul Davis
2010-02-15compile fix for osxBen Loftis
2010-02-15add missing func for osxBen Loftis
2010-02-15additional osx compilation fixes. more UAD tweaks. close and delete session...Ben Loftis
2010-02-12fixes for OS X compile of last commitPaul Davis
2010-02-12provide Redirect::requires_fixed_sized_buffers() as a way to handle UAD plugi...Paul Davis
2010-02-04add new Redirect::flush() model to accomodate plugin models where flush != de...Paul Davis
2010-02-02remove some debug printoutsBen Loftis
2010-02-02if AU is already configured with the io configuration we are requesting, dont...Ben Loftis
2010-02-02cleanup previous commit that would not compile on OS XPaul Davis
2010-02-01some AU debuggingPaul Davis
2010-02-01silence extra buffers not handled/touched/filled by an AU (e.g. 2in/1out - si...Paul Davis
2010-02-01tweaks related to export/AU/VST fixPaul Davis
2010-02-01force AU plugins to maintain the number of in-out streams if possibleBen Loftis
2010-01-30move LocaleGuard "up" into libpbd; use LocaleGuard to replace utterly broken ...Paul Davis
2010-01-29fix various issues with AU ID handlingPaul Davis
2010-01-29use isxdigit not isdigit when parsing 2.8.5 AU id'sPaul Davis
2010-01-29fix up coding errors in previous AU-related commitPaul Davis
2010-01-29potential fixes for AU unique ID confusion(s)Paul Davis
2010-01-28fix logic in can_doBen Loftis
2010-01-27better algorithm for checking when AU plugins ::can_do() a particular IO conf...Paul Davis
2010-01-22fix AU configure pathway so that we uninitialize the plugin if necessary; str...Paul Davis
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