summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/plugin_manager.h
AgeCommit message (Expand)Author
2016-11-14Pass const references to plugin-listRobin Gareus
2016-11-14const'ness FTWRobin Gareus
2016-11-13Mac VST-2.x supportRobin Gareus
2016-04-29don't special case lua processors, use plugin-managerRobin Gareus
2015-12-22add signal for Plugin Status Changes (Hidden/Favorite)Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-07-16prevent multiple concurrent plugin scans.Robin Gareus
2015-02-28API to delete AU cache & blacklistRobin Gareus
2014-11-12failsafe AU scanning part one:Robin Gareus
2014-03-09[VST] scan timeout display and per plugin timeout override.Robin Gareus
2014-03-01re-work VST paths configuration.Robin Gareus
2014-02-26user-configurable VST search paths (backend)Robin Gareus
2014-02-25scan VSTs in background, allow to cancel & timeoutRobin Gareus
2014-02-25global static path to plugin scanner app.Robin Gareus
2014-02-25prepare plugin list refresh w/o instantiate (using cache only)Robin Gareus
2014-02-24plugin scan progress-display & preferencesRobin Gareus
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add export visibility macros across libardourPaul Davis
2013-07-15 Use ARDOUR::ladspa_search_path and PBD::find_matching_files to find LADSPA m...Paul Davis
2011-11-21Rename windows VST stuff with a Windows prefix.Carl Hetherington
2011-11-14make PluginManager API more in line with other singletons; do initial plugin ...Paul Davis
2011-09-20(native) Linux VST support from LinuxDSPPaul Davis
2011-05-14Make LV2World local to lv2_plugin.ccDavid Robillard
2011-05-14Use LV2_SUPPORT define instead of HAVE_SLV2.David Robillard
2011-03-06Update for new SLV2 UI API.David Robillard
2010-01-22plugin status fixes from 2.XPaul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-11-16Build plugin menu only when plugins change, and build the first version of it...Carl Hetherington
2009-11-08plugin menu/manager patch from J. Abelardo GutierrezPaul Davis
2009-10-22Defer plugin discovery until actually needed (significant startup time improv...David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-17Make a bunch of stuff boost::noncopyable.David Robillard
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-02-02Merge with trunk R2978.David Robillard
2008-01-19Merge with trunk R2935.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-04-26Merged changes from trunk 1699:1751 into 2.1-stagingPaul Davis
2007-04-11merged with 1697 revision of trunk (which is post-rc1 but pre-rc2Paul Davis
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
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2005-09-24libardour added.Taybin Rutkin