summaryrefslogtreecommitdiff
path: root/libs/ardour/lv2_plugin.cc
AgeCommit message (Expand)Author
2013-01-27Only load default state with lilv >= 0.15.0 (currently svn only) to avoid war...David Robillard
2013-01-27Support state:loadDefaultState feature.David Robillard
2013-01-16Fix compilation against svn lilv (const-correctness).David Robillard
2013-01-08tentative redesign of MIDI looping, will probably fix #5050 but needs more ex...Paul Davis
2013-01-05Send LV2 time properties with correct types from specification.David Robillard
2013-01-04Fix crash when loading LV2 plugins with a corrupt LV2_Descriptor::extension_d...David Robillard
2012-11-18Deliver MIDI events to atom ports that support it, merged with transport events.David Robillard
2012-11-18Gracefully ignore plugins with no ports, or invalid ports.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-09-16Support latest options extension.David Robillard
2012-09-08Consistent style.David Robillard
2012-08-30Fix compilation without svn lv2.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-27fix LV2 workerRobin 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-08Fix more tab width assumption mess caused by Paul's misconfigured editor.David Robillard
2012-08-08Support new LV2 buf-size extension if a new enough (currently svn) LV2 is pre...David Robillard
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