Save references to external files in LV2 state as symbolic links.
[ardour.git] / libs / ardour / lv2_plugin.cc
2011-11-24 David RobillardSave references to external files in LV2 state as symbo...
2011-11-23 David RobillardRename lv2_plugin_lilv.cc back to lv2_plugin.cc.
2011-10-03 David RobillardRemove LV2 support via SLV2 (Lilv only now).
2011-07-12 Carl HetheringtonSet up default and upper/lower limit correctly on LV2...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-15 David RobillardSupport compilation with (old) SLV2, or (new) Lilv...
2011-05-14 David RobillardMove SLV2-independent LV2 persist state implementation...
2011-05-14 David RobillardCompletely localist use of SLV2 to lv2_plugin.cc and...
2011-05-14 David RobillardMake LV2World local to lv2_plugin.cc
2011-05-14 David RobillardGeneric scale points API.
2011-05-03 Paul Daviswithout drobilla's new stuff, LV2Plugin::_ui_type point...
2011-04-28 David RobillardFix external UIs (e.g. Calf git).
2011-04-28 David RobillardUpdate for new SLV2 API.
2011-04-24 Paul Davisreverse debugging stuff
2011-04-24 Paul Davisyet more temporary debugging for slv2/calf issue
2011-04-24 Paul Davisfurther temporary debugging for slv2/calf issue
2011-04-24 Paul Davisadditional temporary debugging for slv2/calf issue
2011-04-22 David RobillardUse new Suil and SLV2 APIs for LV2 plugin UIs.
2011-04-13 David RobillardTolerate LV2 plugins that call persist/file state funct...
2011-04-06 David RobillardImplement latest LV2 files extension.
2011-04-03 David RobillardImplement LV2 files extension.
2011-03-29 David RobillardUpdate for latest LV2 Persist extension.
2011-03-29 David RobillardUpdate for latest LV2 persist extension.
2011-03-29 David RobillardAdd subject to key/value chunks in RDFF (i.e. store...
2011-03-29 David Robillardlv2_pfile => rdff.
2011-03-28 David RobillardImplement most recent LV2 persist extension.
2011-03-06 David RobillardUncrustify (no functional changes).
2011-03-05 Paul Davissome LV2 debug tracing
2011-02-25 Paul Davistake reverse width into account when labelling signals...
2011-02-24 David RobillardTidy (no functional changes).
2011-02-07 Paul Davisremove some dead code
2011-02-03 David RobillardCompile with new (as yet unreleased) librdf and SPARQL...
2011-01-31 Carl HetheringtonAllow plugins with >1 input to be inserted into mono...
2011-01-26 David RobillardImplement non-SPARQL LV2Plugin::find_presets using...
2010-12-19 Carl HetheringtonClean up plugin preset handling a bit.
2010-12-13 David RobillardMore complete (but still incomplete) LV2 persist implem...
2010-12-07 Carl HetheringtonPut plugin-note-off code in the right place.
2010-12-07 Carl HetheringtonMove RDF-based preset stuff into LadspaPlugin, to make...
2010-12-06 Carl HetheringtonManage attempts to save plugin presets with the same...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-30 David RobillardFix LV2 logarithmic hint URI.
2010-11-30 David RobillardTidy (whitespace changes only).
2010-11-30 David RobillardFix stub LV2 persist implementation.
2010-11-28 Paul Davisfix lookup of LV2 plugin parameter name
2010-11-25 David RobillardStub implementation of LV2 persist extension.
2010-11-14 Carl HetheringtonFix updates of LV2 plugin parameters. Fixes #3341.
2010-06-30 Carl HetheringtonFix feature specification on instantiation.
2010-04-15 Paul Davisforward-port from 2.X commits 5827-6000 including
2010-03-28 Paul Davislincoln's patch to get loading 2.X sessions to work...
2010-03-13 Paul Davis"Ardour" -> PROGRAM_NAME change for libardour and setup...
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2010-01-05 Carl HetheringtonFix uninitialised variable.
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-10-22 David RobillardDefer plugin discovery until actually needed (significa...
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-01 Paul DavisLV2 epp log patch from nedko, via 2.X
2009-10-01 Paul DavisLV2 external UI patch from nedko via 2.X and a couple...
2009-08-19 Carl HetheringtonFix crash on startup if an LV2 plugin has a bad .ttl...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-05-07 David RobillardThe great audio processing overhaul.
2009-05-04 Paul Davisclean up that godawful ugly latency GUI in plugin UIs
2009-05-04 David RobillardPreliminary MIDI plugin support.
2009-04-23 Paul Davisremove some extraneous chars from lv2_plugin.cc
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-15 David RobillardSession XML style consistency (tag names are capitalized).
2009-02-14 David RobillardLess weak plugin preset system (maybe AU preset stuff...
2009-01-15 David RobillardAdd apparently missing include...
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-11-14 David RobillardApply LV2 changes from 2.0.
2008-10-03 David RobillardApply panners/automation patch from torbenh (Panner...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-10 Paul Davismerge 2.0-ongoing into 3.0 @ 3581 - 3710
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-02-20 David RobillardSome work towards MIDI plugins (LV2 plugins with (MIDI...
2008-02-02 David RobillardMerge with trunk R2978.
2008-01-19 David RobillardMerge with trunk R2935.