summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/plugin_insert.h
AgeCommit message (Expand)Author
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
2016-04-07add support for plugin bypass/thru connectionsRobin Gareus
2016-04-06update processor in-place mode when pin-mapping changesRobin Gareus
2016-04-04those who can't spell need to push thrice.Robin Gareus
2016-04-04expose more info from plugin-strip (for GUI display)Robin Gareus
2016-04-03automatically add & connect sidechain plugin pins.Robin Gareus
2016-04-03handle sidechain input changesRobin Gareus
2016-04-03implement plugin sidechainRobin Gareus
2016-04-02keep port maps sane and properly detect changesRobin Gareus
2016-04-02re/store custom plugin pin mapsRobin Gareus
2016-04-02autodetect if current pin-connections can be processed in-placeRobin Gareus
2016-04-01custom config trumps strict-i/oRobin Gareus
2016-03-31plugin-pin-map:Robin Gareus
2016-03-30allow to sum channel mapsRobin Gareus
2016-03-30debug print match methodRobin Gareus
2016-03-29plugin-pin management.. nearly thereRobin Gareus
2016-03-27closing in on pin management.Robin Gareus