summaryrefslogtreecommitdiff
path: root/libs/ardour/lv2_plugin.cc
AgeCommit message (Expand)Author
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
2017-03-21Relax LV2 plugin filter to substring (e.g. "Utility", "MIDI Utility")Robin Gareus
2017-02-21Implementations for Plugin-Preset-Load to set automationRobin Gareus
2017-01-19Scale default Atom Ringbuffer size with samplerateRobin Gareus
2016-12-19Fix minimum/maximum discovery for integer params (from Hanspeter Portner)Paul Davis
2016-12-05set AtomObject body ID to zero (as per spec when unused)Robin Gareus
2016-12-03Remove Evoral::MIDIEventDavid Robillard
2016-11-14fix LV2 state versioning with session-templatesRobin Gareus
2016-11-11rename Tempo _beats_per_minute to _note_types_per_minute, provide pulse helpers.nick_m
2016-11-11remove public pulse methods from TempoMap.nick_m
2016-11-10NO-OP, explanatory commentsRobin Gareus
2016-11-10Parse PortGroups into Plugin::IOPortDescriptionRobin Gareus
2016-11-07Fix LV2 state:StateChanged URIDavid Robillard
2016-10-30Fix midnam replacement:Robin Gareus
2016-10-30Update prototype API (3f739738) for windows/dll compatRobin Gareus