summaryrefslogtreecommitdiff
path: root/libs/ardour/lv2_plugin.cc
AgeCommit message (Expand)Author
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
2016-10-30avoid C++11 (and remove debug output)Robin Gareus
2016-10-29Prototype LV2 extension for plugins to provide MidnamsRobin Gareus
2016-10-19Use official LV2 state:StateChanged URIRobin Gareus
2016-10-13Allow a LV2 plugin to mark the session dirtyRobin Gareus
2016-09-21add a static flag to force writing LV2 stateRobin Gareus
2016-09-18add support for LV2 #coarseBlockLength and #enabledRobin Gareus
2016-08-27Add automatable click-free bypass/enable feature to a-eqRobin Gareus
2016-08-23fix threaded state restore (duplicate calls to restore during init)Robin Gareus
2016-08-17fix LV2 BPM report (use ramped tempo)Robin Gareus
2016-08-16Also send lv2:timePosition whenever BBT or Tempo changesRobin Gareus
2016-07-31Fix state features arrayDavid Robillard
2016-07-31Support thread-safe LV2 state restorationDavid Robillard