summaryrefslogtreecommitdiff
path: root/libs/ardour/plugin_insert.cc
AgeCommit message (Expand)Author
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
2015-10-20rename ParameterChanged signal in Plugin to ParameterChangedExternally to ref...Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-11spelling error fixes (notably "overriden" => "overidden") from IOhannes m zmÃ...Paul Davis
2015-08-15fix a typoRobin Gareus
2015-08-15save [actual] plugin i/o-configurationRobin Gareus
2015-08-09remember actual processor configurationRobin Gareus
2015-07-20configure Analysis PluginRobin Gareus
2015-07-10assign new IDs to plugin copies on paste.Robin Gareus
2015-06-02properly handle integer steps in plugin controlsRobin Gareus
2015-06-01fix importing A2 automation data - fixes #6359Robin Gareus
2015-05-04API to reset plugin parameters to defaultRobin Gareus
2015-01-06Only restore plugin state (of first instance) once.Robin Gareus
2014-12-01Replace half-baked param metadata with descriptor.David Robillard
2014-11-29Set discrete by default for boolean parameters.David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus
2014-11-07Just rename problematic Variant::VOID type.David Robillard
2014-11-03Fix parameter descriptors for one control leaking into another.David Robillard
2014-11-03Reduce coupling between Plugin and PluginInsert.David Robillard
2014-11-02Automation of LV2 plugin properties.David Robillard
2014-11-02Move ParameterDescriptor from Plugin to its own header.David Robillard
2014-09-18Fix some inconsistent usage of a Controllables Interface value.Ben Loftis
2014-06-02merge with master and fix 4 conflicts by handPaul Davis
2014-05-26process effect-automation when bouncing w/processingRobin Gareus
2014-05-06provide plugins with all available buffers.Robin Gareus
2014-03-23midi-controller, support log parameters - fixes #5890Robin Gareus
2014-02-28fix typo in docRobin Gareus
2014-02-27treat linux and windows VST plugins equivalent on session loadRobin Gareus
2014-01-26fix crash when removing synth from midi-trackRobin Gareus
2014-01-17Fix crash when instrument plugins fail to instantiate.David Robillard
2014-01-06fix plugin log-sliders for ranges [0..]Robin Gareus
2014-01-01visualize port connections in mixer/processor when in < outRobin Gareus
2013-12-29use buffer APIs instead of raw memcpy, fix plugin bypassRobin Gareus
2013-12-28centralize buffer silent-flagRobin Gareus
2013-08-02rework MIDI [processor|plugin] chainRobin Gareus
2013-08-01use zeroed scratch buffers for "silent" plugin runsRobin Gareus
2013-07-15finally get to the bottom of where NO_PLUGIN_STATE needs to be in order to be...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-13dramatic overhaul of automation. too long to explain here. this work is not f...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