summaryrefslogtreecommitdiff
path: root/libs/ardour/lv2_plugin.cc
AgeCommit message (Expand)Author
2011-03-06Uncrustify (no functional changes).David Robillard
2011-03-05some LV2 debug tracingPaul Davis
2011-02-25take reverse width into account when labelling signals in panner2d ; better w...Paul Davis
2011-02-24Tidy (no functional changes).David Robillard
2011-02-07remove some dead codePaul Davis
2011-02-03Compile with new (as yet unreleased) librdf and SPARQL-free slv2.David Robillard
2011-01-31Allow plugins with >1 input to be inserted into mono tracks; the input is pas...Carl Hetherington
2011-01-26Implement non-SPARQL LV2Plugin::find_presets using more basic SLV2 API.David Robillard
2010-12-19Clean up plugin preset handling a bit.Carl Hetherington
2010-12-13More complete (but still incomplete) LV2 persist implementation.David Robillard
2010-12-07Put plugin-note-off code in the right place.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-11-30Fix LV2 logarithmic hint URI.David Robillard
2010-11-30Tidy (whitespace changes only).David Robillard
2010-11-30Fix stub LV2 persist implementation.David Robillard
2010-11-28fix lookup of LV2 plugin parameter namePaul Davis
2010-11-25Stub implementation of LV2 persist extension.David Robillard
2010-11-14Fix updates of LV2 plugin parameters. Fixes #3341.Carl Hetherington
2010-06-30Fix feature specification on instantiation.Carl Hetherington
2010-04-15forward-port from 2.X commits 5827-6000 includingPaul Davis
2010-03-28lincoln's patch to get loading 2.X sessions to work betterPaul Davis
2010-03-13"Ardour" -> PROGRAM_NAME change for libardour and setup for gtk2_ardourPaul Davis
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2010-01-05Fix uninitialised variable.Carl Hetherington
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-10-22Defer plugin discovery until actually needed (significant startup time improv...David Robillard
2009-10-21Fix unused parameter warnings since GCC apparently doesn't feel like listenin...David Robillard
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-01LV2 epp log patch from nedko, via 2.XPaul Davis
2009-10-01LV2 external UI patch from nedko via 2.X and a couple of .rej'sPaul Davis
2009-08-19Fix crash on startup if an LV2 plugin has a bad .ttl file.Carl Hetherington
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-05-07The great audio processing overhaul.David Robillard
2009-05-04clean up that godawful ugly latency GUI in plugin UIsPaul Davis
2009-05-04Preliminary MIDI plugin support.David Robillard
2009-04-23remove some extraneous chars from lv2_plugin.ccPaul Davis
2009-04-23remove offset from process callback tree. some breakage may have occured. yes...Paul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-15Session XML style consistency (tag names are capitalized).David Robillard
2009-02-14Less weak plugin preset system (maybe AU preset stuff can use the 'normal' th...David Robillard
2009-01-15Add apparently missing include...David Robillard
2008-12-18Remove unnecessary 0 checks before delete; see http://www.parashift.com/c++-f...Carl Hetherington
2008-11-14Apply LV2 changes from 2.0.David Robillard
2008-10-03Apply panners/automation patch from torbenh (Panner is-a Processor).David Robillard
2008-09-29Can't call the wrong function when there's only one of them: remove ARDOUR::P...David Robillard
2008-09-10merge 2.0-ongoing into 3.0 @ 3581 - 3710Paul Davis