summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/lv2_plugin.h
AgeCommit message (Expand)Author
2011-11-24Save references to external files in LV2 state as symbolic links.David Robillard
2011-11-23Implement latest LV2 state extension (0.4).David Robillard
2011-11-11Update LV2 persist extension implementation (now named LV2 state).David Robillard
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-15Support compilation with (old) SLV2, or (new) Lilv and (optionally) Suil.David Robillard
2011-05-14Move SLV2-independent LV2 persist state implementation to lv2_state.h.David Robillard
2011-05-14Completely localist use of SLV2 to lv2_plugin.cc and lv2_plugin_ui.cc.David Robillard
2011-05-14Make LV2World local to lv2_plugin.ccDavid Robillard
2011-05-14Remove LV2Plugin::slv2_port.David Robillard
2011-05-14Generic scale points API.David Robillard
2011-04-22Use new Suil and SLV2 APIs for LV2 plugin UIs.David Robillard
2011-04-06Implement latest LV2 files extension.David Robillard
2011-04-03Implement LV2 files extension.David Robillard
2011-03-29Update for latest LV2 Persist extension.David Robillard
2011-03-29Update for latest LV2 persist extension.David Robillard
2011-03-28Implement most recent LV2 persist extension.David Robillard
2011-02-24Tidy (no functional changes).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-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-30Tidy (whitespace changes only).David Robillard
2010-11-25Stub implementation of LV2 persist extension.David Robillard
2010-08-16forward port 2.X changes up to and including rev 6714Paul Davis
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
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-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-01i/o button naming patch and imported file BWF timecode retention patch from n...Paul Davis
2009-10-01LV2 external UI patch from nedko via 2.X and a couple of .rej'sPaul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-05-12Changes missing from previous commitSampo Savolainen
2009-05-04Preliminary MIDI plugin support.David Robillard
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
2008-11-14Apply LV2 changes from 2.0.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-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