summaryrefslogtreecommitdiff
path: root/libs/ardour/lv2_plugin.cc
AgeCommit message (Expand)Author
2013-12-12adjust LV2 ringbuffer size according to LV2:resize-portRobin Gareus
2013-11-17lv2: increase scratch buffer size to request port minimum sizeRobin Gareus
2013-10-22honor LV2 units:midiNote: display Note name instead of integer3.5.14Robin Gareus
2013-09-03Merge branch 'master' into audioenginePaul Davis
2013-08-29update external plugin UI handlingRobin Gareus
2013-08-25add LV2 support for kx:external-ui#Robin Gareus
2013-08-22undo the hiding of SR-dependent LV2 portsPaul Davis
2013-08-14fix merge issues with masterPaul Davis
2013-08-11fix thinko in 5dee49e19Robin Gareus
2013-08-11fix 5dee49e19 (32/64 bit unsigned int compatibility)Robin Gareus
2013-08-11make LV2 communication buffers independent from jack-midi buffer-sizeRobin Gareus
2013-08-05fix conflicts after merge with masterPaul Davis
2013-08-02fix typos in display of error message about an LV2 plugin presetPaul Davis
2013-07-31LV2 - use scratch buffers to scratch :)Robin Gareus
2013-07-30jack_audiobackend.cc finally compilesPaul Davis
2013-07-15finally get to the bottom of where NO_PLUGIN_STATE needs to be in order to be...Paul Davis
2013-07-14set the flag trueMichael R. Fisher
2013-07-14Lazily load bundled LV2 plugins in LV2PluginInfo::discover()Michael R. Fisher
2013-07-10add lib/LV2 path akin to lib/surfaces, to allow bundling of LV2 plugins in an...ben
2013-06-14don't display freewheeling & samplerate LV2 ports on GUIRobin Gareus
2013-06-03lilv-backwards compatible min buffer-size implementationRobin Gareus
2013-06-03add forgotten free() -- fix tiny memory leakRobin Gareus
2013-06-03fix typo in prev commitRobin Gareus
2013-06-03lilv_port_get() for LV bufsize query requires new lilvRobin Gareus
2013-06-03properly clean up LV2 worldRobin Gareus
2013-06-03honor LV2 rsz:minimumSize for Atom Event buffersRobin Gareus
2013-05-25skip LV2 ports on GUI according to port-properties: notOnGUI and reportsLatencyRobin Gareus
2013-05-19Forward midi feedback from LV2 plugins and allow to chain LV2 midi plugins.Robin Gareus
2013-03-30Fix some compilation warningsJulien de Kozak
2013-03-24Fix memory leak.David Robillard
2013-03-24Load LV2 presets using lilv state API to support presets with state.David Robillard
2013-03-17Save LV2 presets with relative URIs to their own bundle, in the same style as...David Robillard
2013-03-03Fix crash caused by broken LV2 plugins with garbage extension_data fields.David Robillard
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