summaryrefslogtreecommitdiff
path: root/libs/ardour/lv2_plugin.cc
AgeCommit message (Expand)Author
2019-09-18Fix LV2 state:loadDefaultStateRobin Gareus
2019-08-26Add sample-rate as float option parameter for LV2 plugins and UIsRobin Gareus
2019-08-26Fix LV2 option sizeRobin Gareus
2019-08-26LV2 options for UI themeRobin Gareus
2019-08-23Some hints for clang static analysisRobin Gareus
2019-08-19LV2 extension to override strict-i/o per pluginBen Loftis
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-05-08Notify custom UIs when designated LV2 BPM port changesRobin Gareus
2019-05-08Hide designated [lv2] BPM port from GUIRobin Gareus
2019-05-03Extend list of supported LV2 featuresRobin Gareus
2019-04-10Cleanup: Simplify conditionalsDavid Robillard
2019-04-10Remove support for building against LV2 older than 1.2.0David Robillard
2019-04-10LV2: check required feature and optionsRobin Gareus
2019-04-08Undo yet more frame/sample replacementsRobin Gareus
2019-04-08NO-OP: whitespace, commentsRobin Gareus
2019-04-08Undo more incorrect sample/frame replacementsRobin Gareus
2019-03-22Prevent crashes when copying LV2 plugin stateRobin Gareus
2019-03-11Remove generic parameter-printerRobin Gareus
2019-02-28Properly copy LV2 plugin instances on replicationRobin Gareus
2019-02-17Clean up Latency API (Processor vs Plugin)Robin Gareus
2018-12-19Use lilv_world_get()David Robillard
2018-12-19Remove conditional support for ancient versions of LilvDavid Robillard
2018-12-18Wouldn't it be nice if plugin presets had a description/comment?Robin Gareus
2018-12-18Add LV2 option/extension for plugin thread sched priorityRobin Gareus
2018-11-22Save LV2 Port Property values locallyRobin Gareus
2018-11-04Optimize Plugin connect & run API, use const mapsRobin Gareus
2018-07-10Fix lv2-state templates with external files.Robin Gareus
2018-06-09Hide designated LV2 freewheeling port.Robin Gareus
2018-02-03Make sure that 'libardour-config,h' only gets #included when building with wa...John Emmas
2018-01-30Update plugin classificationRobin Gareus
2017-10-23lv2 compat for liblilv < 1.10.0Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-09LV2/midnam tweaks - fix race conditionsRobin Gareus
2017-09-08Add LV2 extension to notify host about midi-bank/pgm state.Robin Gareus
2017-08-11yet another Windows build fix (LV2 preset 89475b2c9)Robin Gareus
2017-08-11Fix Windows builds (amend 89475b2c)Robin Gareus
2017-08-11Fix LV2 Preset path for windowRobin Gareus
2017-07-31Signal wish to show inline display in gui by lv2:optionalFeatureJohannes Mueller
2017-07-31Indicate whether to show plugin's inline display in GUIJohannes Mueller
2017-07-24Remove unused "mark" parameter from stop_touch() APIRobin Gareus
2017-07-01Fix thinko in dd3f922788Robin Gareus
2017-06-30Tweak LV2 float parameter printingRobin Gareus
2017-06-22Remove locale_guard.h from ardour/ardour.h headerTim Mayberry
2017-06-21Consolidate ParameterDescriptor settings+rangesRobin Gareus
2017-06-21remove min/max unbound -- LADSPA special case.Robin Gareus
2017-06-11a-EQ: Tweak knob layout to be less confusingDamien Zammit
2017-04-19Use PBD::to_string to set state-dir property in LV2PluginTim Mayberry
2017-04-19Use PBD::to_string() in LV2Plugin instead of string_compose for state_dirTim Mayberry
2017-04-19Use XMLNode::get/set_property in ARDOUR::LV2PluginTim Mayberry
2017-03-21Improve plugin Ccategory consistency somewhatRobin Gareus