summaryrefslogtreecommitdiff
path: root/libs/ardour/plugin_insert.cc
AgeCommit message (Expand)Author
2016-04-08Latency compensation for plugin thru routing.Robin Gareus
2016-04-08consistent count/n_total APIRobin Gareus
2016-04-07mark session dirty when plugin pin mapping changesRobin Gareus
2016-04-07add support for plugin bypass/thru connectionsRobin Gareus
2016-04-06amend 00ecc545 (split + inplace)Robin Gareus
2016-04-06return of the in-place split-processing optimizationRobin Gareus
2016-04-06update processor in-place mode when pin-mapping changesRobin Gareus
2016-04-05fix d3447dfd1 Mixbus special case.Robin Gareus
2016-04-04special case MB channelstripRobin 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-02fix stict-i/o midi bypassRobin Gareus
2016-04-02fix invalid mapping detectionRobin Gareus
2016-04-02proper debug output for channel mappingRobin 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-31fix typoRobin Gareus
2016-03-31plugin-pin-map:Robin Gareus
2016-03-30fix ChanCount min/maxRobin Gareus
2016-03-30debug print match methodRobin Gareus
2016-03-30special case mixbus.Robin Gareus
2016-03-30Delegated plugin configuration is now always successful.. exceptRobin Gareus
2016-03-29plugin-pin management.. nearly thereRobin Gareus
2016-03-27closing in on pin management.Robin Gareus
2016-03-26further pin management prototyping.Robin Gareus
2016-03-26step by step evolution of plugin pin managementRobin Gareus
2016-03-26strict i/o: limit output channels.Robin Gareus
2016-03-26prototype support for arbitrary plugin channel mapsRobin 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-03-14prototype online self-automating LV2 plugin interfaceRobin Gareus
2016-02-23fix LV2Plugin::requires_fixed_sized_buffers()Robin Gareus
2016-02-23Implement Lua DSP processor/pluginRobin Gareus
2016-01-24deactivate plugin if connect_and_run returns an errorRobin Gareus
2016-01-22first compiling, mostly working version of group controls changesPaul Davis
2016-01-03re-map lv2-port (symbol) with Controllable IDRobin Gareus
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
2015-12-18cleaner version of 7383ea6a (duplicate plugin state)Robin Gareus
2015-12-18save/restore plugin state with track-templateRobin Gareus
2015-12-17properly copy plugin state when duplicating routes. #6709Robin Gareus
2015-12-10fix LV2 plugin state for copied plugins.Robin 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