summaryrefslogtreecommitdiff
path: root/libs/ardour/plugin_manager.cc
AgeCommit message (Expand)Author
2013-09-06Rename SearchPath class SearchpathTim Mayberry
2013-07-15 Use ARDOUR::ladspa_search_path and PBD::find_matching_files to find LADSPA m...Paul Davis
2013-07-11Don't require liblrdf on windowsPaul Davis
2013-07-11Use glibmm for modules instead of dlfch.hPaul Davis
2013-03-28little extra debugging to show discovered LXVST .so'sPaul Davis
2013-03-20fix other potential crashes with non-existing plugins and presets caused by i...Paul Davis
2013-03-20fix crash when deleting non-existing presetsPaul Davis
2013-02-05replace final(?) incidences of program name (ardour, Ardour) with PROGRAM_NAM...Paul Davis
2012-08-18Add debug trace for LV2 like the other APIs.David Robillard
2012-08-10add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and...Paul Davis
2012-06-23Replace use of PBD::sys::path in PluginManagerTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-02-27Be slightly more verbose about vstfx_get_info errors.Carl Hetherington
2011-12-15Add warning if a duplicate Linux VST plugin is rejected.Carl Hetherington
2011-11-23Rename linux VST files to be more friendly.Carl Hetherington
2011-11-22Share VSTHandle and VSTInfo between windows/linux VSTs.Carl Hetherington
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-11-01Make plugin scanner objects give leaf names to their filters, so that they wo...Carl Hetherington
2011-10-22change several startup messages to be triggered only by -D (debug) optionsPaul Davis
2011-10-18changes for OS X support: change waf config define to COREAUDIO_SUPPORT, remo...Paul Davis
2011-10-13avoid listing duplicate LXVST plugins that are discovered along LXVST_PATH or...Paul Davis
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-21change default search path for linux VST to use lib64 as appropriatePaul Davis
2011-09-21Make LXVST_PATH / LXVST_PLUGINS work (#4329).Carl Hetherington
2011-09-20(native) Linux VST support from LinuxDSPPaul Davis
2011-07-02Fix some set-but-not-used variable warnings from gcc 4.6Carl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-14Make LV2World local to lv2_plugin.ccDavid Robillard
2011-05-14Use LV2_SUPPORT define instead of HAVE_SLV2.David Robillard
2011-03-11Fix duplicate singular/plural plugin category menus.David Robillard
2011-03-01comment fixPaul Davis
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-08-17forward port 2.X changes up to and including rev 6909Paul Davis
2010-07-11Fix up VST build and add basic support for VSTiCarl Hetherington
2010-03-06remove the session region list; GUI now represents (a relatively unfiltered v...Paul Davis
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2010-01-22plugin status fixes from 2.XPaul 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-08-08waf build works on OS X ; new bindings file and processing system in place fo...Paul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-05-13more work on the new all-Processor-all-The-Time redesign of Route - LOTS OF B...Paul Davis
2009-05-07The great audio processing overhaul.David Robillard
2009-05-04clean up that godawful ugly latency GUI in plugin UIsPaul Davis
2009-03-07Fix compiler warningsSakari Bergen