summaryrefslogtreecommitdiff
path: root/libs/ardour/lv2_plugin.cc
AgeCommit message (Expand)Author
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
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-20Some work towards MIDI plugins (LV2 plugins with (MIDI supporting) event port...David Robillard
2008-02-02Merge with trunk R2978.David Robillard
2008-01-19Merge with trunk R2935.David Robillard