Add automatable click-free bypass/enable feature to a-eq
[ardour.git] / libs / ardour / lv2_plugin.cc
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
2015-12-17 Robin Gareusleave some todo-notes #6709 (track templates & state)
2015-12-15 Robin Gareusupdate URI (see lv2-dev email list)
2015-12-13 Robin Gareusupdate LV2 URI
2015-12-10 Robin Gareusfix LV2 plugin state for copied plugins.
2015-12-10 Robin GareusLV2 specific instrument-plugin check
2015-12-06 Robin Gareusoutline a "NoSampleAccurateControl" LV2 feature:
2015-11-18 Robin Gareusadd dedicated API to check plugin class
2015-10-26 Robin Gareusand another LV2-1.0.0 compat ifdef
2015-10-26 Robin Gareusamend 311adde (LV2-1.0.0 compat)
2015-10-23 Robin Gareusadd ifdefs for LV2-1.0.0 compat
2015-10-22 John EmmasFix a small buffer issue which could sometimes prevent...
2015-10-05 Robin Gareususe quotes for in-tree pbd/glib wrapper include
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-09-27 Robin GareusLV2 state cleanup, patch from deva. closes #6607
2015-09-25 Robin Gareuscopy LV2 options to heap.
2015-09-17 Robin Gareususe pbd's gstdio compatibility wrapper
2015-09-12 Robin Gareusplug some memory leaks in libs
2015-09-09 Robin Gareusallow LV2 plugins to query current block-size.
2015-08-16 Robin Gareusupdate comment regarding lv2 buffersizes
2015-08-14 Robin Gareususe buf-size.h only with lv2-1.2 or later
2015-08-14 Robin Gareusrelax LV2 buffersize restrictions
2015-08-14 Robin Gareusdon't even list LV2 plugins that cannot be used.
2015-08-14 Robin Gareusrefuse to load LV2 plugins if buffersize requirements...
2015-08-04 Robin Gareuspass complete blocksize range to LV2 plugin. fixes...
2015-07-28 Robin GareusRevert "debug/fix LV2 state loading on OSX 10.5/PPC"
2015-07-27 Robin Gareusfix LV2 freewheeling port, explicit cast bool to float.
2015-07-27 Robin Gareusdebug/fix LV2 state loading on OSX 10.5/PPC
2015-05-23 nick_mMerge branch 'relative_snap'
2015-05-22 Robin GareusLV2: delete existing preset before replacing it
2015-05-22 David RobillardFix deleting and re-saving LV2 presets.
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-03-07 David RobillardFix LV2 preset deletion and clash between plugins.
2015-02-09 David RobillardFix sending out of bounds events to LV2 plugins.
2015-01-29 Robin Gareusallow bundling of lv2core
2015-01-19 Ben Loftisuse C locale, because POSIX locale is not supported...
2014-12-31 David RobillardAdd missing Variant => LV2 Atom case.
2014-12-22 Paul Davisno use of GUI parameters in libardour
2014-11-30 Robin Gareusfix LV2 default port value.
2014-11-07 David RobillardJust rename problematic Variant::VOID type.
2014-11-04 David RobillardUse format string even for units we understand (print...
2014-11-03 David RobillardAdd menu to set frequency controls in beats, and half...
2014-11-03 David RobillardReduce coupling between Plugin and PluginInsert.
2014-11-03 David RobillardFix compilation with old LV2. Maybe.
2014-11-02 David RobillardSupport pretty display of arbitrary plugin parameter...
2014-11-02 David RobillardDisplay gain and midiNote plugin parameters/properties...
2014-11-02 David RobillardAutomation of LV2 plugin properties.
2014-11-02 David RobillardMove ParameterDescriptor from Plugin to its own header.
next