summaryrefslogtreecommitdiff
path: root/libs/ardour/plugin_insert.cc
AgeCommit message (Expand)Author
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
2011-05-12make instruments/generators do the right thing when bypassedPaul Davis
2011-04-06Fix my name :)David Robillard
2011-04-04Add plugins (activating them) after doing any latency_compute_run, as otherwi...Carl Hetherington
2011-04-03Implement LV2 files extension.David Robillard
2011-04-02Fix broken whitespace.David Robillard
2011-03-26remove sample-rate adjustment of plugin parameters - represents a misundersta...Paul Davis
2011-02-28Copy plugin when extending the count, rather than using the same one. Should...Carl Hetherington
2011-02-24allow zero-input (i.e. tone generator) processors to be addedPaul Davis
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-07add back some missing logic to can-replicatePaul Davis
2011-02-07simplify "can-replicate" to allow replication only if a plugin has zero or on...Paul Davis
2011-02-01Somewhat unconvincing visual indication that plugin inserts are splitting mon...Carl Hetherington
2011-02-01Fix up display of plugin automation when loading 2.X sessions.Carl Hetherington
2011-01-31Allow plugins with >1 input to be inserted into mono tracks; the input is pas...Carl Hetherington
2011-01-31Fix comparison of < 0 with bool.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-28add non-functional meta-controls for 2in/2out panning, to control direction+w...Paul Davis
2010-11-28more or less complete restoration of Controllable::_id from XML, with all tha...Paul Davis
2010-11-27save controls state in PluginInsert state nodes (needed to restore MIDI bindi...Paul Davis
2010-09-09Fix assertion failure when turning plugins off.Carl Hetherington
2010-09-02Activate plugins that are added to a PluginInsert after it itself has been ac...Carl Hetherington