Fix some compilation warnings
[ardour.git] / libs / ardour / lv2_plugin.cc
2013-03-30 Julien de KozakFix some compilation warnings
2013-03-29 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-25 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-03-25 David RobillardFix memory leak.
2013-03-24 David RobillardMerge branch 'master' of git.ardour.org:ardour/ardour
2013-03-24 David RobillardLoad LV2 presets using lilv state API to support preset...
2013-03-17 David RobillardSave LV2 presets with relative URIs to their own bundle...
2013-03-03 David RobillardFix crash caused by broken LV2 plugins with garbage...
2013-01-27 David RobillardOnly load default state with lilv >= 0.15.0 (currently...
2013-01-27 David RobillardSupport state:loadDefaultState feature.
2013-01-16 David RobillardFix compilation against svn lilv (const-correctness).
2013-01-08 Paul Davistentative redesign of MIDI looping, will probably fix...
2013-01-05 David RobillardSend LV2 time properties with correct types from specif...
2013-01-04 David RobillardFix crash when loading LV2 plugins with a corrupt LV2_D...
2012-11-18 David RobillardDeliver MIDI events to atom ports that support it,...
2012-11-18 David RobillardGracefully ignore plugins with no ports, or invalid...
2012-11-18 David RobillardBetter implementation of LV2 plugin<=>UI communication.
2012-11-17 David RobillardSent precise transport information to LV2 plugins via...
2012-09-16 David RobillardSupport latest options extension.
2012-09-08 David RobillardConsistent style.
2012-08-30 David RobillardFix compilation without svn lv2.
2012-08-29 David RobillardImplement latest buf-size extension via new options...
2012-08-28 Robin GareusLV2: amend previous commit, respect replicated plugin...
2012-08-28 Robin GareusLV2: allocate dedicated buffers for [non-midi] event...
2012-08-27 Robin Gareusfix LV2 worker
2012-08-27 Robin Gareusdedicated LV2 non-MIDI atom-event-port handling
2012-08-21 David RobillardCreate and realize LV2 UI container before instantiatin...
2012-08-18 David RobillardFix some const-violating casts.
2012-08-17 David RobillardLV2 log extension support.
2012-08-08 David RobillardFix more tab width assumption mess caused by Paul's...
2012-08-08 David RobillardSupport new LV2 buf-size extension if a new enough...
2012-07-12 Paul Davisbreak recursive loops of Plugin::parameter_changed...
2012-06-19 Paul Davis2nd half of patch for handling LV2 presets from colinf...
2012-06-09 Carl HetheringtonSend LV2 notes to the info stream.
2012-05-27 David RobillardRe-implement URIMap to tolerate broken plugins that...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-05-02 Paul Davisa variety of mostly unused parameter errors from OS...
2012-04-21 David RobillardUse URI defines from LV2 headers instead of error-prone...
2012-04-21 David RobillardFix crash when removing an LV2 plugin or on shutdown.
2012-04-20 David RobillardAdd "Description" pane to generic plugin UI for LV2...
2012-04-20 David RobillardSet tooltips on generic UI controls for LV2 plugin...
2012-04-20 David RobillardRemove support for old and/or experimental LV2 stuff.
2012-04-13 David RobillardFix compilation with old lilv.
2012-04-13 David RobillardImplement proper LV2 preset support.
2012-04-11 David RobillardFix crash introduced in r11877 (oops). Add LV2Plugin...
2012-04-10 David RobillardForward port LV2 BPM and freewheeling port stuff from...
2012-04-06 David RobillardExecute plugin worker tasks immediately in the audio...
2012-04-05 David RobillardImplement LV2 worker extension.
2012-03-30 David RobillardUpdate to latest LV2 state extension.
2012-03-25 David RobillardUpdate to latest LV2 atom extension.
2012-03-21 Carl HetheringtonUse combo box for plugin controls for ports marked as
2012-03-17 Paul Davisfix crash when setting an LV2 preset that refers to...
2012-03-03 David RobillardUpdate for latest Lilv SVN.
2012-03-01 David RobillardHopefully fix compilation without Suil.
2012-02-29 David RobillardUpdate to latest LV2 atom extension.
2012-02-25 David RobillardFix real-time violation, only send UI updates if explic...
2012-02-25 David RobillardUse FastScreenUpdate for UI message updating, and only...
2012-02-25 David RobillardFull round-trip message communication between LV2 UIs...
2012-02-25 David RobillardUse more straightforward 1:1 names for URI nodes.
2012-02-25 David RobillardSupport LV2 atom sequence ports alongside old event...
2012-02-24 David RobillardClean up LV2 code in preparation for atom support.
2012-01-28 David RobillardFix compilation with older Glib.
2012-01-28 Sakari BergenFix compilation with older lilv (0.5.0)
2012-01-28 David RobillardUse new Lilv state API to save LV2 plugin state.
2012-01-23 Carl HetheringtonTrim calls to parameter_count() a bit during the process
2012-01-23 Carl HetheringtonCache results of lilv_port_is_a(...) in various places.
2011-12-09 David RobillardSupport new URIs for LV2 presets.
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...
next