finally get to the bottom of where NO_PLUGIN_STATE needs to be in order to be useful
[ardour.git] / libs / ardour / lv2_plugin.cc
2013-08-08 Paul Davisfinally get to the bottom of where NO_PLUGIN_STATE...
2013-08-08 Michael R. Fisherset the flag true
2013-08-08 Michael R. FisherLazily load bundled LV2 plugins in LV2PluginInfo::disco...
2013-07-11 Paul Davisfix conflicts caused by meterbridge merge
2013-07-10 benadd lib/LV2 path akin to lib/surfaces, to allow bundlin...
2013-06-14 Robin GareusMerge branch 'master' into cairocanvas
2013-06-14 Robin Gareusdon't display freewheeling & samplerate LV2 ports on GUI
2013-06-09 Paul DavisMerge branch 'master' of git@git.ardour.org:ardour...
2013-06-06 Paul DavisMerge branch 'master' into cairocanvas
2013-06-05 Paul DavisMerge branch 'master' of https://github.com/johnwpolive...
2013-06-05 Paul DavisMerge branch 'patch-1' of https://github.com/globin...
2013-06-03 Robin Gareuslilv-backwards compatible min buffer-size implementation
2013-06-02 Robin Gareusadd forgotten free() -- fix tiny memory leak
2013-06-02 Robin Gareusfix typo in prev commit
2013-06-02 Robin Gareuslilv_port_get() for LV bufsize query requires new lilv
2013-06-02 Robin Gareusproperly clean up LV2 world
2013-06-02 Robin Gareushonor LV2 rsz:minimumSize for Atom Event buffers
2013-05-25 Robin Gareusskip LV2 ports on GUI according to port-properties...
2013-05-19 Robin GareusForward midi feedback from LV2 plugins and allow to...
2013-04-06 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-06 Paul DavisMerge ... master, including manual merge conflict resol...
2013-04-05 Paul DavisMerge branch 'nsm' of https://github.com/royvegard...
2013-04-05 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
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.
next