summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/plugin_insert.h
AgeCommit message (Expand)Author
2020-04-16Plugin: bypass <> enabled mappingRobin Gareus
2020-03-10Avoid using 'boost::aligned_storage' which is known to be problematic in MSVC...John Emmas
2020-03-06RT-safety use stack (not heap) for plugin pin mappingsRobin Gareus
2019-11-06fix unconditional note resolution during DiskReader::realtime_locate()Paul Davis
2019-10-02Plugin type lookup does not change PIRobin Gareus
2019-10-02Remove unused API (and some MIXBUS specifics)Robin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-03-22Update cAutomationControl values when copying stateRobin Gareus
2019-03-11Use VST's print_parameter() when applicable.Robin Gareus
2019-02-28Take latency into account when analyzing live signalRobin Gareus
2019-02-20Add unified API to select plugins to show on control-surfacesRobin Gareus
2018-12-16Optimize plugin-processing for non-automated paramsRobin Gareus
2018-12-03Special case Mixbus Chanstrip for load calculationRobin Gareus
2018-11-04Remove C++11'ismRobin Gareus
2018-11-01Create sidechain ports when created from template (#0007680)Johannes Mueller
2018-11-01Update names of sidechains.Johannes Mueller
2018-08-15Add API to reset plugin timing statsRobin Gareus
2018-07-31Prepare for non-bypassable plugins (Mixbus channelstrip)Robin Gareus
2018-05-17Collect plugin runtime profile statistics.Robin Gareus
2018-01-30Update plugin classificationRobin Gareus
2017-11-26Remove unused APIRobin Gareus
2017-11-01Wrap automation on loop-position, split plugin processingRobin Gareus
2017-10-04Clean up State API:Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-09Allow to send MIDI data directly to a pluginRobin Gareus
2017-07-16Rename private methodRobin Gareus
2017-04-12Add a ReadOnlyControl parameter abstractionRobin Gareus
2017-02-21Add API allowing plugin preset load to affect automationRobin Gareus
2017-01-21Instrument insert options:Robin Gareus
2016-10-14Revert "change return type of AutomationControl::actually_set_value() from vo...Paul Davis
2016-10-12change return type of AutomationControl::actually_set_value() from void to bo...Paul Davis
2016-10-10Forward "owner" from Processor to PluginRobin Gareus
2016-10-07Clean up is_instrument vs needs-midi-in APIRobin Gareus
2016-07-26add initial midi sidechain if plugin has one.Robin Gareus
2016-07-09move LatencyChanged detection from Plugin to Processor (plugin-insert)Robin Gareus
2016-07-05add API to use a plugin provided bypass control portRobin Gareus
2016-07-05fix bypassing plugins with sidechain i/oRobin Gareus
2016-06-25major internal plugin & processor API change:Robin Gareus
2016-06-16set latency of sidechain portRobin Gareus
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-05-19prepare plugin configuration and replacing instrumentsRobin Gareus
2016-05-19move "needs output port selector" (from pin-dialog) to backendRobin Gareus
2016-05-18bypass plugin(s) - not processor (plugin-insert keeps mapping)Robin Gareus
2016-04-27allow to customize variable i/o plugin inputsRobin Gareus
2016-04-22add API to load plugin presets for all instancesRobin Gareus
2016-04-19some plugin-insert debuggingRobin Gareus
2016-04-15variable plugin port config.Robin Gareus
2016-04-14properly calculate requrired thread buffersRobin Gareus
2016-04-13fix configurable IO MIDI FX w/strict-i/oRobin Gareus
2016-04-08Latency compensation for plugin thru routing.Robin Gareus