summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/plugin_insert.h
AgeCommit message (Expand)Author
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
2016-03-26prototype support for arbitrary plugin channel mapsRobin Gareus
2016-03-25amend last commitRobin Gareus
2016-03-25add a dedicated channel map per pluginRobin Gareus
2016-03-25prepare strict-i/o configuration.Robin Gareus
2016-03-25prepare Plugin Pin ManagementRobin Gareus
2016-01-22first compiling, mostly working version of group controls changesPaul Davis
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
2015-12-18save/restore plugin state with track-templateRobin Gareus
2015-10-21Add AutomationControl::set_value_unchecked() and AutomationControl::writable(...Paul Davis
2015-10-20rename Plugin::ParameterChanged to ParameterChangedExternally to reflect its ...Paul Davis
2015-10-20Revert "rename ParameterChanged signal in Plugin to ParameterChangedExternall...Paul Davis
2015-10-20rename ParameterChanged signal in Plugin to ParameterChangedExternally to ref...Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus