Wouldn't it be nice if plugin presets had a description/comment?
[ardour.git] / libs / ardour / lv2_plugin.cc
2018-12-18 Robin GareusWouldn't it be nice if plugin presets had a description...
2018-12-18 Robin GareusAdd LV2 option/extension for plugin thread sched priority
2018-11-22 Robin GareusSave LV2 Port Property values locally
2018-11-04 Robin GareusOptimize Plugin connect & run API, use const maps
2018-07-09 Robin GareusFix lv2-state templates with external files.
2018-06-09 Robin GareusHide designated LV2 freewheeling port.
2018-02-03 John EmmasMake sure that 'libardour-config,h' only gets #included...
2018-01-30 Robin GareusUpdate plugin classification
2017-10-23 Robin Gareuslv2 compat for liblilv < 1.10.0
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-09-09 Robin GareusLV2/midnam tweaks - fix race conditions
2017-09-08 Robin GareusAdd LV2 extension to notify host about midi-bank/pgm...
2017-08-11 Robin Gareusyet another Windows build fix (LV2 preset 89475b2c9)
2017-08-11 Robin GareusFix Windows builds (amend 89475b2c)
2017-08-11 Robin GareusFix LV2 Preset path for window
2017-07-31 Johannes MuellerSignal wish to show inline display in gui by lv2:option...
2017-07-31 Johannes MuellerIndicate whether to show plugin's inline display in GUI
2017-07-23 Robin GareusRemove unused "mark" parameter from stop_touch() API
2017-07-01 Robin GareusFix thinko in dd3f922788
2017-06-29 Robin GareusTweak LV2 float parameter printing
2017-06-22 Tim MayberryRemove locale_guard.h from ardour/ardour.h header
2017-06-21 Robin GareusConsolidate ParameterDescriptor settings+ranges
2017-06-21 Robin Gareusremove min/max unbound -- LADSPA special case.
2017-06-11 Damien Zammita-EQ: Tweak knob layout to be less confusing
2017-04-18 Tim MayberryUse PBD::to_string to set state-dir property in LV2Plugin
2017-04-18 Tim MayberryUse PBD::to_string() in LV2Plugin instead of string_com...
2017-04-18 Tim MayberryUse XMLNode::get/set_property in ARDOUR::LV2Plugin
2017-03-21 Robin GareusImprove plugin Ccategory consistency somewhat
2017-03-21 Robin GareusRelax LV2 plugin filter to substring (e.g. "Utility...
2017-02-21 Robin GareusImplementations for Plugin-Preset-Load to set automation
2017-01-19 Robin GareusScale default Atom Ringbuffer size with samplerate
2016-12-19 Paul DavisFix minimum/maximum discovery for integer params (from...
2016-12-05 Robin Gareusset AtomObject body ID to zero (as per spec when unused)
2016-12-03 David RobillardRemove Evoral::MIDIEvent
2016-11-14 Robin Gareusfix LV2 state versioning with session-templates
2016-11-10 nick_mrename Tempo _beats_per_minute to _note_types_per_minut...
2016-11-10 nick_mremove public pulse methods from TempoMap.
2016-11-10 Robin GareusNO-OP, explanatory comments
2016-11-10 Robin GareusParse PortGroups into Plugin::IOPortDescription
2016-11-07 David RobillardFix LV2 state:StateChanged URI
2016-10-30 Robin GareusFix midnam replacement:
2016-10-30 Robin GareusUpdate prototype API (3f739738) for windows/dll compat
2016-10-30 Robin Gareusavoid C++11 (and remove debug output)
2016-10-29 Robin GareusPrototype LV2 extension for plugins to provide Midnams
2016-10-19 Robin GareusUse official LV2 state:StateChanged URI
2016-10-13 Robin GareusAllow a LV2 plugin to mark the session dirty
2016-09-21 Robin Gareusadd a static flag to force writing LV2 state
2016-09-18 Robin Gareusadd support for LV2 #coarseBlockLength and #enabled
2016-08-27 Robin GareusAdd automatable click-free bypass/enable feature to...
2016-08-23 Robin Gareusfix threaded state restore (duplicate calls to restore...
2016-08-17 Robin Gareusfix LV2 BPM report (use ramped tempo)
2016-08-16 Robin GareusAlso send lv2:timePosition whenever BBT or Tempo changes
2016-08-01 David RobillardFix state features array
2016-08-01 David RobillardSupport thread-safe LV2 state restoration
2016-08-01 David RobillardSupport LV2 log trace messages
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-14 Damien Zammita-EQ: Remove LPF/HPF completely from this plugin
2016-07-09 Robin Gareusmove LatencyChanged detection from Plugin to Processor...
2016-07-08 Robin Gareusadd an plugin API to query generic-gui grid-layout
2016-07-05 Robin Gareusimplement lv2:designation processing#enable (for bypass...
2016-07-05 Robin Gareusadd support for lv2plug.in/ns/ext/port-props/#rangeSteps
2016-07-03 Robin GareusLV2 render-value: override precision
2016-06-25 Robin Gareusmajor internal plugin & processor API change:
2016-06-05 Robin Gareusplugin support for Controllable::NotAutomatable
2016-06-05 Robin Gareusprepare for LV2 non-automatable control ports
2016-06-05 Robin Gareusrefine self-automating plugin interface
2016-06-03 Robin Gareusallow latent self-automating plugins
2016-06-01 Robin Gareusisspace
2016-06-01 Robin Gareusstrip trailing whitespace from lv2 log message
2016-05-27 nick_mTempo ramps - rename bbt_time() -> bbt_at_frame(),...
2016-05-27 nick_mTempo ramps - rename for consistency, remove some testi...
2016-05-27 nick_mTempo ramps - respect tempo note type and meter note...
2016-05-27 nick_mTempo ramps - api rename, fix various meter and tempo...
2016-05-07 Robin Gareusfix LV2 locale guard (missed in 6d343ba search/replace)
2016-05-07 Robin Gareusfix LocaleGuard contstructor (3dc77280)
2016-05-05 Robin Gareuswe always only use the "C" locale when saving.
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-04-28 Robin Gareusadd a debug message for LV2 per port buffer allocation
2016-04-27 Robin Gareustweak LV2 atom buffer allocation strategy
2016-04-24 Robin Gareusplug some memory leaks in libardour
2016-04-17 Robin Gareusdon't use lv2plug.in for non-standard URIs
2016-04-15 Robin Gareusvariable plugin port config.
2016-04-08 Robin Gareusadd Plugin LatencyChanged() signal and max latency...
2016-04-03 Robin GareusImplement describe_io_port() API for LV2
2016-03-18 Hanspeter PortnerFix blocked patch:Set messages.
2016-03-16 Robin Gareusadd missing ifdef
2016-03-14 Robin Gareusupdate [LV2] Plugin Inline Display API: drop cairo...
2016-03-13 Robin GareusImplement LV2 Inline Display Extension
2016-03-13 Robin Gareusprototype online self-automating LV2 plugin interface
2016-02-21 Robin Gareusprevent some mess when automating control ports on...
2016-02-16 Robin Gareuswork-around case where metric is NULL in split cycles.
2016-02-16 Robin Gareustry to catch https://github.com/rncbc/synthv1/issues...
2016-01-29 Robin GareusAnother attempt fixing crash at exit on windows.
2016-01-15 Robin Gareusforce LV2 plugin-state save for templates - #6709
2016-01-09 Robin GareusAPI evolution
2016-01-08 Robin GareusLeave a ToDo note: distinguish LV2 user and factory...
2016-01-07 Robin Gareusdon't re-activate LV2 plugin before cleanup.
2016-01-07 Robin GareusLV2 - query presets without instantiating the plugin
2015-12-19 Robin Gareuscont'd work on plugin-state templates - #6709
2015-12-18 Robin Gareussave/restore plugin state with track-template
next