summaryrefslogtreecommitdiff
path: root/libs/ardour/lv2_plugin.cc
AgeCommit message (Expand)Author
2011-07-12Set up default and upper/lower limit correctly on LV2 portsCarl Hetherington
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-14Generic scale points API.David Robillard
2011-05-03without drobilla's new stuff, LV2Plugin::_ui_type points to global data so do...Paul Davis
2011-04-28Fix external UIs (e.g. Calf git).David Robillard
2011-04-28Update for new SLV2 API.David Robillard
2011-04-24reverse debugging stuffPaul Davis
2011-04-24yet more temporary debugging for slv2/calf issuePaul Davis
2011-04-24further temporary debugging for slv2/calf issuePaul Davis
2011-04-24additional temporary debugging for slv2/calf issuePaul Davis
2011-04-22Use new Suil and SLV2 APIs for LV2 plugin UIs.David Robillard
2011-04-13Tolerate LV2 plugins that call persist/file state functions early.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-29Add subject to key/value chunks in RDFF (i.e. store triples).David Robillard
2011-03-29lv2_pfile => rdff.David Robillard
2011-03-28Implement most recent LV2 persist extension.David Robillard
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