change MidiPlaylist::dump() into ::render(); change type of initial argument
[ardour.git] / libs / ardour / plugin_insert.cc
2019-11-01 Robin GareusHandle Lua DSP script load failure (unknown plugin)
2019-10-03 Paul Davisremove all use of NO_PLUGIN_STATE #ifdef
2019-10-02 Robin GareusAmend 903c3ec5a API rename
2019-10-02 Robin GareusPlugin type lookup does not change PI
2019-10-02 Robin GareusRemove unused API (and some MIXBUS specifics)
2019-09-27 Paul Davisrename BufferSet::get* to BufferSet::get_available*
2019-08-24 Robin GareusNO-OP: comment
2019-08-20 Robin GareusFix prev commit, state-restore of plugins
2019-08-19 Ben LoftisLV2 extension to override strict-i/o per plugin
2019-08-03 Robin GareusUpdate libardour GPL boilerplate and (C) from git log
2019-03-22 Robin GareusUpdate cAutomationControl values when copying state
2019-03-22 Robin GareusNO-OP: reduce scope
2019-03-11 Robin GareusUse VST's print_parameter() when applicable.
2019-02-28 Robin GareusFix analysis plugin when using plugin-presets
2019-02-28 Robin GareusAllow to special case plugins used for IR analysis
2019-02-28 Robin GareusTake latency into account when analyzing live signal
2019-02-20 Robin GareusAdd unified API to select plugins to show on control...
2019-02-17 Robin GareusEmit signal when plugin latency changes
2019-02-16 Robin GareusPrepare to allow to disable latency-compensation
2019-02-08 Robin GareusFix MIDI-bypass for inplace plugins -- #7722
2018-12-16 Robin GareusRemove cruft: previous set_value_unchecked optimization
2018-12-16 Robin GareusOptimize plugin-processing for non-automated params
2018-12-04 Robin GareusFix logic-error in d1cf2163: hide info for optimized...
2018-12-03 Robin GareusSpecial case Mixbus Chanstrip for load calculation
2018-11-25 Robin GareusDo not allocate MIDI buffers for signal analysis
2018-11-04 Robin GareusRemove C++11'ism
2018-11-04 Robin GareusPrefer const references for Pin/Channel maps
2018-11-04 Robin GareusPlugin pin-mapping micro-optimization
2018-11-04 Robin GareusOptimize Parameter Control Loop
2018-11-01 Johannes MuellerCreate sidechain ports when created from template ...
2018-11-01 Johannes MuellerUpdate names of sidechains.
2018-10-31 Robin GareusAdd option to limit automatable control parmaters
2018-10-31 Robin GareusRemove duplicate call
2018-08-15 Robin GareusAdd API to reset plugin timing stats
2018-07-31 Robin GareusPrepare for non-bypassable plugins (Mixbus channelstrip)
2018-05-17 Robin GareusCollect plugin runtime profile statistics.
2018-01-30 Robin GareusUpdate plugin classification
2017-11-26 Robin GareusRemove unused API
2017-11-01 Robin GareusWrap automation on loop-position, split plugin processing
2017-10-03 Robin GareusClean up State API:
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-09-09 Robin GareusAllow to send MIDI data directly to a plugin
2017-09-08 Robin GareusNon-numeric Properties are not automatable
2017-07-23 Robin GareusRemove unused "mark" parameter from stop_touch() API
2017-07-17 Robin GareusPluginInsert::silence is used after all (fix 07aeb12d3)
2017-07-16 Robin GareusSome notes for later.
2017-07-16 Robin GareusConsistent Automation evaluation:
2017-07-16 Robin GareusRename private method
2017-06-21 Robin GareusRemove separate ControlList min/max/default, use Parame...
2017-05-25 Robin GareusInclude ParameterDescriptor in read-only control output
2017-04-25 Robin GareusAssume VST chunks are portable (Mac, Linux, Windows...
2017-04-21 Robin GareusFix thinko in 6ae047cdd and 8f488515 (prefer LV2 symbol...
2017-04-21 Tim MayberryFix restoration of Plugin Controllable state ID's
2017-04-18 Tim MayberryUse XMLNode::get/set_property API in ARDOUR::PluginInse...
2017-04-12 Robin GareusAdd a ReadOnlyControl parameter abstraction
2017-04-12 Robin GareusFix setting Plugin-Owner (route) for analysis plugins
2017-03-12 Robin GareusPrepare for graceful case-by-case fallback of VST Bypass
2017-03-06 Robin GareusAdd support for VST effSetBypass #7266
2017-03-04 Robin GareusNotify UI when plugin state is copied/replaced
2017-03-01 Robin GareusDon't display "channel-selector" for plugins only prete...
2017-02-21 Robin GareusAdd API allowing plugin preset load to affect automation
2016-11-24 Robin Gareus_maps_from_state is legal after unfreeze (restore state)
2016-11-17 Robin GareusFix track-templates with sidechains -- closes #7117
2016-11-17 Robin Gareusfix type in prev. commit
2016-11-17 Robin GareusAllow to migrate sessions with VST plugins
2016-11-13 Robin GareusMac VST-2.x support
2016-10-14 Paul DavisRevert "change return type of AutomationControl::actual...
2016-10-12 Paul Davischange return type of AutomationControl::actually_set_v...
2016-10-10 Robin GareusForward "owner" from Processor to Plugin
2016-10-07 Robin GareusClean up is_instrument vs needs-midi-in API
2016-08-19 Robin Gareusinitialize uninitialized variable
2016-08-19 Robin GareusUpdate automated Plugin Controlls when seeking and...
2016-08-10 Robin Gareusfix crash when copy'ing latent plugins 5.0
2016-08-01 Julien "_FrnchFrgg... Remove redundant condition
2016-07-26 Robin Gareusadd initial midi sidechain if plugin has one.
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-14 Robin Gareusfix plugin analysis for variable i/o plugins
2016-07-12 Robin Gareusadd a safe-guard
2016-07-10 Robin Gareusfix plugin bypass -- thinko in 54d8def6
2016-07-09 Robin Gareusmove latency-recompute into dedicated thread.
2016-07-09 Robin Gareuscommence testing
2016-07-09 Robin Gareusmove LatencyChanged detection from Plugin to Processor...
2016-07-05 Robin Gareusadd API to use a plugin provided bypass control port
2016-07-05 Robin Gareusamend d9de72215 - bypass replicated instances w/sidecha...
2016-07-04 Robin Gareusfix bypassing plugins with sidechain i/o
2016-06-25 Robin Gareusfix typo
2016-06-25 Robin Gareusmajor internal plugin & processor API change:
2016-06-16 Robin Gareusset latency of sidechain port
2016-06-05 Robin Gareusplugin support for Controllable::NotAutomatable
2016-05-31 Paul Davisremove explicit setting of Toggle flag for AutomationCo...
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-24 Robin Gareusadditional in-place check
2016-05-21 Robin GareusRevert "debug unconfiged plugins"
2016-05-20 Robin Gareuslive signal analysis is for the processor -- not the...
2016-05-20 Robin Gareusdebug unconfiged plugins
2016-05-19 Robin Gareusadd midi-bypass to re-configurable-i/o instruments
2016-05-19 Robin Gareusprepare plugin configuration and replacing instruments
2016-05-18 Robin Gareusmove "needs output port selector" (from pin-dialog...
2016-05-18 Robin Gareusbypass plugin(s) - not processor (plugin-insert keeps...
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
next