summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/lv2_plugin.h
AgeCommit message (Expand)Author
2019-11-22Add support for LV2/KX transient-ID optionRobin Gareus
2019-11-14LV2 extension for host's time-scale vari-speedRobin Gareus
2019-08-26Add sample-rate as float option parameter for LV2 plugins and UIsRobin Gareus
2019-08-26LV2 options for UI themeRobin 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-04-08NO-OP: whitespaceRobin Gareus
2019-04-08NO-OP: whitespaceRobin Gareus
2019-03-11Remove generic parameter-printerRobin Gareus
2019-02-17Clean up Latency API (Processor vs Plugin)Robin Gareus
2018-11-22Save LV2 Port Property values locallyRobin Gareus
2018-11-04Optimize Plugin connect & run API, use const mapsRobin Gareus
2018-01-30Update plugin classificationRobin Gareus
2017-10-04Clean up State API:Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-16Namespace PBD::RingBufferRobin Gareus
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-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
2016-10-29Prototype LV2 extension for plugins to provide MidnamsRobin Gareus
2016-09-21add a static flag to force writing LV2 stateRobin Gareus
2016-08-23fix threaded state restore (duplicate calls to restore during init)Robin Gareus
2016-08-16Also send lv2:timePosition whenever BBT or Tempo changesRobin Gareus
2016-07-31Support thread-safe LV2 state restorationDavid Robillard
2016-07-08add an plugin API to query generic-gui grid-layoutRobin Gareus
2016-07-05implement lv2:designation processing#enable (for bypass ports)Robin Gareus
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-06-05prepare for LV2 non-automatable control portsRobin Gareus
2016-06-05refine self-automating plugin interfaceRobin Gareus
2016-04-15variable plugin port config.Robin Gareus
2016-04-08add Plugin LatencyChanged() signal and max latency reportRobin Gareus
2016-04-03Implement describe_io_port() API for LV2Robin Gareus
2016-03-14update [LV2] Plugin Inline Display API: drop cairo dependencyRobin Gareus
2016-03-14Implement LV2 Inline Display ExtensionRobin Gareus
2016-03-14prototype online self-automating LV2 plugin interfaceRobin Gareus
2016-01-09API evolutionRobin Gareus
2016-01-07LV2 - query presets without instantiating the pluginRobin Gareus
2015-12-18save/restore plugin state with track-templateRobin Gareus
2015-12-10LV2 specific instrument-plugin checkRobin Gareus
2015-12-06outline a "NoSampleAccurateControl" LV2 feature:Robin Gareus
2015-11-18add dedicated API to check plugin classRobin Gareus
2015-09-10allow LV2 plugins to query current block-size.Robin Gareus
2015-08-05pass complete blocksize range to LV2 plugin. fixes #6498Robin Gareus
2014-11-03Reduce coupling between Plugin and PluginInsert.David Robillard
2014-11-02Automation of LV2 plugin properties.David Robillard
2014-11-02Move ParameterDescriptor from Plugin to its own header.David Robillard
2014-10-31More generic RT-safe implementation of LV2 properties.David Robillard
2014-10-31Fix spelling error.David Robillard