summaryrefslogtreecommitdiff
path: root/libs/ardour/lv2_plugin.cc
AgeCommit message (Expand)Author
2012-07-12break recursive loops of Plugin::parameter_changed()->Plugin::ParameterChange...Paul Davis
2012-06-192nd half of patch for handling LV2 presets from colinf (#4698)Paul Davis
2012-06-09Send LV2 notes to the info stream.Carl Hetherington
2012-05-27Re-implement URIMap to tolerate broken plugins that use the wrong context toDavid Robillard
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-02a variety of mostly unused parameter errors from OS X Lion's compilerPaul Davis
2012-04-21Use URI defines from LV2 headers instead of error-prone hardcoded URIs.David Robillard
2012-04-21Fix crash when removing an LV2 plugin or on shutdown.David 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-20Remove support for old and/or experimental LV2 stuff.David Robillard
2012-04-13Fix compilation with old lilv.David Robillard
2012-04-13Implement proper LV2 preset support.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-03-21Use combo box for plugin controls for ports marked asCarl Hetherington
2012-03-17fix crash when setting an LV2 preset that refers to ports via incorrect names...Paul Davis
2012-03-03Update for latest Lilv SVN.David Robillard
2012-03-01Hopefully fix compilation without Suil.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-25Use more straightforward 1:1 names for URI nodes.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-28Fix compilation with older lilv (0.5.0)Sakari Bergen
2012-01-28Use new Lilv state API to save LV2 plugin state.David Robillard
2012-01-23Trim calls to parameter_count() a bit during the processCarl Hetherington
2012-01-23Cache results of lilv_port_is_a(...) in various places.Carl Hetherington
2011-12-09Support new URIs for LV2 presets.David Robillard
2011-11-24Save references to external files in LV2 state as symbolic links.David Robillard
2011-11-23Rename lv2_plugin_lilv.cc back to lv2_plugin.cc.David Robillard
2011-10-03Remove LV2 support via SLV2 (Lilv only now).David Robillard
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