summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/plugin_insert.h
AgeCommit message (Expand)Author
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
2011-06-09fix serious breakage with setup of plugin automatable controls/parameters, in...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-18Add 'controls' item to plugin insert context menu to always show Ardour gener...David Robillard
2011-02-20Fix plugin parameter controllers again (#3767).Carl Hetherington
2011-02-15Clean up and hopefully fix handling of logarithmic plugin parameters (fixes #...Carl Hetherington
2011-02-12Label logarithmic plugin controls correctly. Should fix #3767.Carl Hetherington
2011-02-01Somewhat unconvincing visual indication that plugin inserts are splitting mon...Carl Hetherington
2011-01-31Allow plugins with >1 input to be inserted into mono tracks; the input is pas...Carl Hetherington
2010-12-07Send note-offs to VST instrument plugins on transport stop. Fixes #3583.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-28more or less complete restoration of Controllable::_id from XML, with all tha...Paul Davis
2010-09-02Activate plugins that are added to a PluginInsert after it itself has been ac...Carl Hetherington
2010-08-25strip no-longer used code related to plugin parameter statePaul Davis
2010-08-19forward port automation handling changes from 2.x, upto and including about r...Paul Davis
2010-08-16forward port 2.X changes up to and including rev 6714Paul Davis
2010-08-09Fix save/load of MIDI automation state. Fixes #3354.Carl Hetherington