summaryrefslogtreecommitdiff
path: root/libs/ardour/plugin_insert.cc
AgeCommit message (Expand)Author
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
2011-12-02rename a Buffer/BufferSet method to be a little clearer as to its intent (is_...Paul Davis
2011-11-23Trim function that is only used once.Carl Hetherington
2011-11-21Rename windows VST stuff with a Windows prefix.Carl Hetherington
2011-11-01start trying to remove the use of Plugin::info()->n_{inputs,outputs}, which a...Paul Davis
2011-11-01a better fix for the silent buffer issue: whenever we run a plugin, mark all ...Paul Davis
2011-10-21More robust plugin I/O mapping.David Robillard
2011-10-19Improve plugin hide logic to prevent crashes when trying to insert fully audi...Carl Hetherington
2011-10-18changes for OS X support: change waf config define to COREAUDIO_SUPPORT, remo...Paul Davis
2011-10-18make Stateful::_id private and provide appropriate methods to set it, and use...Paul Davis
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-09-20(native) Linux VST support from LinuxDSPPaul Davis
2011-09-12Fix a couple of thinkos causing crashes during split cyclesCarl Hetherington
2011-07-08refine definition of "generator" plugins, and only send silence through the r...Paul Davis
2011-07-04Uncomment fix for #4110.Carl Hetherington
2011-07-01add MIDI input control column to editor route list; tweak SVG for MIDI not DINPaul Davis
2011-06-09fix serious breakage with setup of plugin automatable controls/parameters, in...Paul Davis
2011-06-09don't call Processor::set_state() from PluginInsert::set_state() till the plu...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-14Use LV2_SUPPORT define instead of HAVE_SLV2.David Robillard