summaryrefslogtreecommitdiff
path: root/libs/ardour/plugin_insert.cc
AgeCommit message (Expand)Author
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
2012-07-11improved version of last commit, for tracking plugin control changes and mapp...Paul Davis
2012-07-09set fader and plugin parameter automation curve default values - what else ne...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-07move ::reconfigurable_io() from Plugin to PluginInfo so that the GUI can offe...Paul Davis
2012-04-10Fix failed assertion with plugins with only an audio output are inserted on a...David Robillard
2012-01-21Reinstate user Controllable values, as they are neededCarl Hetherington
2012-01-20Remove unused concept of user' values. Make user_to_uiCarl Hetherington
2012-01-09reduce Processor debug tag verbosityPaul Davis
2011-12-26a grab bag of changes correcting and improving the way MIDI note on/off track...Paul Davis
2011-12-09Remove unnecessary silencing of unused plugin inputs; unnecessary as (LADSPA/...Carl Hetherington