summaryrefslogtreecommitdiff
path: root/libs/ardour/plugin_manager.cc
AgeCommit message (Expand)Author
2010-01-21fix up parsing/format of plugin_statuses file, and add new italian translatorsPaul Davis
2009-11-08plugin menu/manager patch from J. Abelardo Gutierrez (already applied to 3.0)Paul Davis
2009-03-24VST omnibus commit edition: use wine_pthread_create() everywhere instead of p...Paul Davis
2009-03-13Show which plugins are discovered - otherwise users won't know which plugin i...Sampo Savolainen
2009-03-02prevent double-listing of LADSPA plugins caused by symlinks to library direct...Paul Davis
2009-02-19working VST support with VeSTige header and new FST codePaul Davis
2008-11-25colinf's fix for duplicate LADSPA plugins appearing in manager listPaul Davis
2008-11-08add operator=() to Curve; add AudioRegion::copy_settings() for replicating re...Paul Davis
2008-10-25Stop ardour from reporting success/failure of adding favorite pluginsSampo Savolainen
2008-10-17fix up initialization of various path vars in bundled OS X version; make LADS...Paul Davis
2008-07-10Replaced some c includes with their c++ wrappersDoug McLain
2008-05-15lots and lots of work to correctly deduce AU IO configurations and related is...Paul Davis
2008-05-14use Glib::build_filename() more widelyPaul Davis
2008-04-24plugin selection via menu, along with "favorites"Paul Davis
2008-01-30Support for LV2 scale points (control port enumerations), ala LADSPA+LRDF.David Robillard
2008-01-15Fix building without SLV2.David Robillard
2008-01-15LV2 support.David Robillard
2008-01-11Fix warning with GCC 4.2.David Robillard
2008-01-09fix for another bad msgidPaul Davis
2008-01-09yet more changes to the monstrosity that is session loading and startup; sear...Paul Davis
2007-12-18restore old bindings; fixup ardour.menus; remove some compiler warnings; don'...Paul Davis
2007-12-13vst fixesDoug McLain
2007-12-10AU support, plus changes in Plugin to make unique_id a stringPaul Davis
2007-11-28parametize modifier key usage; fix keyboard-driven sync point setting; add la...Paul Davis
2007-07-31extend filtering to VST + AU, tweak details, add filter-by-creator and by lib...Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2006-12-14revert VST debug hacksPaul Davis
2006-12-14more vst debug output for solvPaul Davis
2006-12-14debugging info for solv, part 2Paul Davis
2006-12-14debugging info for solvPaul Davis
2006-11-02Replaced stuff that wasnt supposed to be commitedDoug McLain
2006-11-02Removed LADSPA_PATH from ardev_common.sh, and added the MAC OSX path to list ...Doug McLain
2006-10-31search lib64 for LADSPA plugins, and fix control point box size:track height ...Paul Davis
2006-08-10Moved PluginInfo::Type to ARDOUR::PluginType in ardour/types.h.Taybin Rutkin
2006-08-05shraed_ptr<> etc. fixes for VST's. VST support now compiles, but doesn't Sampo Savolainen
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-03Fixed link error.Taybin Rutkin
2006-08-02Added libappleutility from /Developer/Examples/CoreAudio/PublicUtilityTaybin Rutkin
2006-08-01Added LADSPA_PATH to ardev_common.shTaybin Rutkin
2006-08-01AudioUnits are selectable in PluginSelector. Will crash if someone clicksTaybin Rutkin
2006-07-31Start of AudioUnit work. COREAUDIO=y is a little destable for now.Taybin Rutkin
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2006-06-21the return of VST supportPaul Davis
2006-04-25All included libraries now link dynamically instead of statically.Taybin Rutkin
2006-01-22Added the property "unique-id" to PluginInserts so that ladspa pluginsSampo Savolainen
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
2005-09-24libardour added.Taybin Rutkin