summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/lv2_plugin.h
AgeCommit message (Expand)Author
2014-10-31prototype [LV2]patch-change support for generic plugin UIs.Robin Gareus
2014-09-11properly retain LV2PluginInfoRobin Gareus
2014-09-10free LV2 world after initial scanRobin Gareus
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add export visibility macros across libardourPaul Davis
2013-09-03Merge branch 'master' into windowsPaul Davis
2013-08-29update external plugin UI handlingRobin Gareus
2013-08-04'libs/ardour' - Main body of changes required for building with MSVCJohn Emmas
2013-06-03honor LV2 rsz:minimumSize for Atom Event buffersRobin Gareus
2013-01-27Support state:loadDefaultState feature.David Robillard
2012-11-18Deliver MIDI events to atom ports that support it, merged with transport events.David Robillard
2012-11-18Better implementation of LV2 plugin<=>UI communication.David Robillard
2012-11-17Sent precise transport information to LV2 plugins via events.David Robillard
2012-08-29Implement latest buf-size extension via new options extension.David Robillard
2012-08-28LV2: amend previous commit, respect replicated plugin instancesRobin Gareus
2012-08-28LV2: allocate dedicated buffers for [non-midi] event-ports.Robin Gareus
2012-08-27dedicated LV2 non-MIDI atom-event-port handlingRobin Gareus
2012-08-21Create and realize LV2 UI container before instantiating (required for proper...David Robillard
2012-08-18Fix some const-violating casts.David Robillard
2012-08-17LV2 log extension support.David Robillard
2012-08-08Support new LV2 buf-size extension if a new enough (currently svn) LV2 is pre...David Robillard
2012-06-192nd half of patch for handling LV2 presets from colinf (#4698)Paul Davis
2012-05-27Re-implement URIMap to tolerate broken plugins that use the wrong context toDavid Robillard
2012-04-20Add "Description" pane to generic plugin UI for LV2 plugins with documentatio...David Robillard
2012-04-20Set tooltips on generic UI controls for LV2 plugin controls with documentatio...David Robillard
2012-04-11Fix crash introduced in r11877 (oops). Add LV2Plugin::port_index().David Robillard
2012-04-10Forward port LV2 BPM and freewheeling port stuff from 2.0-ongoing.David Robillard
2012-04-06Execute plugin worker tasks immediately in the audio thread if freewheeling.David Robillard
2012-04-05Implement LV2 worker extension.David Robillard
2012-03-30Update to latest LV2 state extension.David Robillard
2012-03-25Update to latest LV2 atom extension.David Robillard
2012-02-29Update to latest LV2 atom extension.David Robillard
2012-02-25Fix real-time violation, only send UI updates if explicitly requested by UI.David Robillard
2012-02-25Use FastScreenUpdate for UI message updating, and only if plugin has message ...David Robillard
2012-02-25Full round-trip message communication between LV2 UIs and plugins.David Robillard
2012-02-25Support LV2 atom sequence ports alongside old event ports.David Robillard
2012-02-24Clean up LV2 code in preparation for atom support.David Robillard
2012-01-28Fix compilation with older Glib.David Robillard
2012-01-28Use new Lilv state API to save LV2 plugin state.David Robillard
2012-01-23Cache results of lilv_port_is_a(...) in various places.Carl Hetherington
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