summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/plugin_insert.h
AgeCommit message (Expand)Author
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
2015-08-09remember actual processor configurationRobin Gareus
2015-07-10assign new IDs to plugin copies on paste.Robin Gareus
2015-06-02properly handle integer steps in plugin controlsRobin Gareus
2015-05-04API to reset plugin parameters to defaultRobin Gareus
2014-12-30Fix some mangled whitespace (noop).David Robillard
2014-11-02Automation of LV2 plugin properties.David Robillard
2014-05-26process effect-automation when bouncing w/processingRobin Gareus
2014-01-02Merge branch 'master' into cairocanvasPaul Davis
2014-01-01visualize port connections in mixer/processor when in < outRobin Gareus
2013-10-17add export visibility macros across libardourPaul Davis
2013-08-02rework MIDI [processor|plugin] chainRobin Gareus
2012-07-11remove unusued signals inadvertently added during previous plugin-touch-autom...Paul Davis
2012-07-11add StartTouch and EndTouch signals to Plugin class; make PluginInsert handle...Paul Davis
2012-07-11fix propagation of parameter changes from Plugin to PluginInsert so that auto...Paul Davis
2012-01-21Reinstate user Controllable values, as they are neededCarl Hetherington
2012-01-20Remove unused concept of user' values. Make user_to_uiCarl Hetherington
2011-12-26a grab bag of changes correcting and improving the way MIDI note on/off track...Paul Davis
2011-11-23Trim function that is only used once.Carl Hetherington
2011-09-26Somewhat experimental patch to hide plugin inputs if the preceding processor ...Carl Hetherington
2011-09-26Tidy up PluginInsert's handling of how it chooses to map plugin IO to that of...Carl Hetherington
2011-07-08refine definition of "generator" plugins, and only send silence through the r...Paul Davis