summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/ladspa_plugin.h
AgeCommit message (Expand)Author
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-01-09API evolutionRobin Gareus
2016-01-07LADSPA preset discoveryRobin Gareus
2015-10-19remove cruftRobin Gareus
2014-11-30fix ladpsa default value.Robin Gareus
2014-11-02Move ParameterDescriptor from Plugin to its own header.David Robillard
2014-04-11final eradication of jack header files from anything except the JACK backendPaul Davis
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add export visibility macros across libardourPaul Davis
2013-07-11Use glibmm for modules instead of dlfch.hPaul Davis
2012-02-27Slightly tweaked patch from colinf to avoid crashes onCarl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-14Generic scale points API.David Robillard
2010-12-19Clean up plugin preset handling a bit.Carl Hetherington
2010-12-07Move RDF-based preset stuff into LadspaPlugin, to make way for a set of evil ...Carl Hetherington
2010-12-06Manage attempts to save plugin presets with the same name. Helps with #2662.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-08-16forward port 2.X changes up to and including rev 6714Paul Davis
2010-04-15forward-port from 2.X commits 5827-6000 includingPaul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-05-04Preliminary MIDI plugin support.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-09-29Can't call the wrong function when there's only one of them: remove ARDOUR::P...David Robillard
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-01-19Merge with trunk R2935.David Robillard
2008-01-12Merge with 2.0-ongoing R2885.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-09-27Make sure plugins are activated at least once before they are cleaned upSampo Savolainen
2007-09-25Make sure activate() and deactivate() are never run multiple times in a Sampo Savolainen
2007-07-04Changed Processor interface to support out-of-place processors, for Panner.David Robillard
2007-07-03s/ParamID/Parameter/David Robillard
2007-06-27allow user tweaking of everything that might have inherent latency; add GUI f...Paul Davis
2007-06-27Big ol' automation refactor.David Robillard
2007-03-18Merged with trunk R1612.David Robillard
2006-10-21Merged with trunk R992.David Robillard
2006-08-12Towards MIDI:David Robillard
2006-08-10Merged with trunk R776David Robillard
2006-07-14Merge big changes (mostly Controllable) from trunkDavid Robillard
2005-09-24libardour added.Taybin Rutkin