summaryrefslogtreecommitdiff
path: root/libs/ardour/plugin_manager.cc
AgeCommit message (Collapse)Author
2010-01-21fix up parsing/format of plugin_statuses file, and add new italian translatorsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6535 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-11-08plugin menu/manager patch from J. Abelardo Gutierrez (already applied to 3.0)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6039 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-24VST omnibus commit edition: use wine_pthread_create() everywhere instead of ↵Paul Davis
pthread_create; properly handle events when editor windows are closed, thus avoiding deadlock when deleting a VST plugin; actually delete plugins (of any kind) when requested to do so and there is an editor - this was a bug that has been around for quite a long time in 2.X; some extensions to the vestige header that might be legally dubious git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4889 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-13Show which plugins are discovered - otherwise users won't know which plugin ↵Sampo Savolainen
is causing grief. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4832 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-02prevent double-listing of LADSPA plugins caused by symlinks to library ↵Paul Davis
directories (e.g. lib64 -> lib) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4723 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-02-19working VST support with VeSTige header and new FST codePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4637 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-25colinf's fix for duplicate LADSPA plugins appearing in manager listPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4253 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-08add operator=() to Curve; add AudioRegion::copy_settings() for replicating ↵Paul Davis
region settings after generating a new region via an AudioFilter; add new ReadOps* for reading an audioregion with and without various "internal processing" applied (fades, scaling, automation); add new "Discovering Plugins" boot time message git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4109 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-25Stop ardour from reporting success/failure of adding favorite pluginsSampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4010 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-10-17fix up initialization of various path vars in bundled OS X version; make ↵Paul Davis
LADSPA_PATH augment the standard LADSPA search path, not replace it git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3978 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-07-10Replaced some c includes with their c++ wrappersDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3584 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-15lots and lots of work to correctly deduce AU IO configurations and related ↵Paul Davis
issues git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3349 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-05-14use Glib::build_filename() more widelyPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3347 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-04-24plugin selection via menu, along with "favorites"Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3284 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-30Support for LV2 scale points (control port enumerations), ala LADSPA+LRDF.David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2977 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-15Fix building without SLV2.David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2923 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-15LV2 support.David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2922 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-11Fix warning with GCC 4.2.David Robillard
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2891 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-09fix for another bad msgidPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2851 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-09yet more changes to the monstrosity that is session loading and startup; ↵Paul Davis
search PATH for jackd/jackdmp, not predefined locations; support for the JACK dummy driver git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2847 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-18restore old bindings; fixup ardour.menus; remove some compiler warnings; ↵Paul Davis
don't try to set NSD folder values when no command line argument is given git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2795 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-13vst fixesDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2781 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-10AU support, plus changes in Plugin to make unique_id a stringPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2754 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-28parametize modifier key usage; fix keyboard-driven sync point setting; add ↵Paul Davis
ladspa whitelist to allow subset of plugins to be shown (hardcoded for now, but to expanded in the future) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2722 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-31extend filtering to VST + AU, tweak details, add filter-by-creator and by ↵Paul Davis
library git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2200 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1489 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-14revert VST debug hacksPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1210 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-14more vst debug output for solvPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1206 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-14debugging info for solv, part 2Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1205 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-14debugging info for solvPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1204 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-02Replaced stuff that wasnt supposed to be commitedDoug McLain
git-svn-id: svn://localhost/ardour2/trunk@1051 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-02Removed LADSPA_PATH from ardev_common.sh, and added the MAC OSX path to list ↵Doug McLain
of default directories. Setting LADSPA_PATH in the script was stopping the default paths from being set git-svn-id: svn://localhost/ardour2/trunk@1050 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-10-31search lib64 for LADSPA plugins, and fix control point box size:track height ↵Paul Davis
relationship git-svn-id: svn://localhost/ardour2/trunk@1040 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-08-10Moved PluginInfo::Type to ARDOUR::PluginType in ardour/types.h.Taybin Rutkin
Figured out (mostly) AUPluginUI hierarchy. Moved LadspaPluginUI to its own ladspa_pluginui.cc file. git-svn-id: svn://localhost/ardour2/trunk@782 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-08-05shraed_ptr<> etc. fixes for VST's. VST support now compiles, but doesn't Sampo Savolainen
run for some reason. git-svn-id: svn://localhost/ardour2/trunk@759 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-08-03Start using libappleutilityTaybin Rutkin
More AudioUnit work git-svn-id: svn://localhost/ardour2/trunk@753 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-08-03Most PluginManager refactoring is out of the way. Time to begin on ↵Taybin Rutkin
AudioUnit support for real. git-svn-id: svn://localhost/ardour2/trunk@752 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-08-03Fixed link error.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@750 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-08-02Added libappleutility from /Developer/Examples/CoreAudio/PublicUtilityTaybin Rutkin
More PluginManager refactoring Rearranged AUPluginInfo for better maintainability git-svn-id: svn://localhost/ardour2/trunk@748 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-08-01Added LADSPA_PATH to ardev_common.shTaybin Rutkin
Removed redundent added_plugins list from PluginSelector Started refactoring of PluginManager into PluginInfo PluginManager now uses shared_ptr<PluginInfo> git-svn-id: svn://localhost/ardour2/trunk@738 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-08-01AudioUnits are selectable in PluginSelector. Will crash if someone clicksTaybin Rutkin
"connect" button though. Cleaned up AUHost code to use vector<> instead of an array. git-svn-id: svn://localhost/ardour2/trunk@732 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-07-31Start of AudioUnit work. COREAUDIO=y is a little destable for now.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@724 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ↵Paul Davis
everywhere else. plus a few bug fixes for issues discovered with -Wextra git-svn-id: svn://localhost/ardour2/trunk@707 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-06-21the return of VST supportPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@629 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-04-25All included libraries now link dynamically instead of statically.Taybin Rutkin
Moved items from gtk2_ardour/utils to pbd3/convert. Various cleanups. git-svn-id: svn://localhost/trunk/ardour2@475 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-01-22Added the property "unique-id" to PluginInserts so that ladspa pluginsSampo Savolainen
will be loaded by their UID instead of their name. git-svn-id: svn://localhost/trunk/ardour2@285 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
git-svn-id: svn://localhost/trunk/ardour2@51 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-09-24libardour added.Taybin Rutkin
git-svn-id: svn://localhost/trunk/ardour2@17 d708f5d6-7413-0410-9779-e7cbd77b26cf