summaryrefslogtreecommitdiff
path: root/libs/ardour/lv2_plugin.cc
AgeCommit message (Expand)Author
2020-02-06always use plugin's ::midnam_model() method to provide the name of a custom, ...Paul Davis
2020-01-21Display LV2 plugin-name with errors/warningsRobin Gareus
2019-12-15LV2: add state:mapPath as supported feature and sort URIsRobin Gareus
2019-12-14Add Inline Control Port PropertyRobin Gareus
2019-11-22Add support for LV2/KX transient-ID optionRobin Gareus
2019-11-14Relax LV2 time-info re-transmission conditionRobin Gareus
2019-11-14LV2 extension for host's time-scale vari-speedRobin Gareus
2019-11-14Initialize uninitialized variablesRobin Gareus
2019-11-08Fix uninitialized valueRobin Gareus
2019-10-28Fixup prev commit (LV2 X11 UI) -- #7837Rui Nuno Capela
2019-10-28Improve 1477bca76, ensure suil supports x11-in-gtk2Robin Gareus
2019-10-28Skip X11 LV2UI check on Windows and MacOSRobin Gareus
2019-10-28NO-OP: whitespace and commentsRobin Gareus
2019-10-28Prefer X11 Plugin UIsRui Nuno Capela
2019-10-02remove all use of NO_PLUGIN_STATE #ifdefPaul Davis
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