fix d3447dfd1 Mixbus special case.
[ardour.git] / libs / ardour / plugin_insert.cc
2013-08-08 Robin Gareususe zeroed scratch buffers for "silent" plugin runs
2013-08-08 Paul Davisfinally get to the bottom of where NO_PLUGIN_STATE...
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-02 Robin Gareusrework MIDI [processor|plugin] chain
2013-08-01 Paul Davisfix merge conflict from master
2013-07-31 Robin Gareususe zeroed scratch buffers for "silent" plugin runs
2013-07-17 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-07-17 Paul DavisMerge branch 'master' into windows
2013-07-16 Paul Davisfinally get to the bottom of where NO_PLUGIN_STATE...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-13 Paul Davisdramatic overhaul of automation. too long to explain...
2012-07-11 Paul Davisadd StartTouch and EndTouch signals to Plugin class...
2012-07-11 Paul Davisfix propagation of parameter changes from Plugin to...
2012-07-11 Paul Davisimproved version of last commit, for tracking plugin...
2012-07-09 Paul Davisset fader and plugin parameter automation curve default...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-05-07 Paul Davismove ::reconfigurable_io() from Plugin to PluginInfo...
2012-04-10 David RobillardFix failed assertion with plugins with only an audio...
2012-01-21 Carl HetheringtonReinstate user Controllable values, as they are needed
2012-01-20 Carl HetheringtonRemove unused concept of user' values. Make user_to_ui
2012-01-09 Paul Davisreduce Processor debug tag verbosity
2011-12-26 Paul Davisa grab bag of changes correcting and improving the...
2011-12-09 Carl HetheringtonRemove unnecessary silencing of unused plugin inputs...
2011-12-02 Paul Davisrename a Buffer/BufferSet method to be a little clearer...
2011-11-23 Carl HetheringtonTrim function that is only used once.
2011-11-21 Carl HetheringtonRename windows VST stuff with a Windows prefix.
2011-11-01 Paul Davisstart trying to remove the use of Plugin::info()->n_...
2011-11-01 Paul Davisa better fix for the silent buffer issue: whenever...
2011-10-21 David RobillardMore robust plugin I/O mapping.
2011-10-19 Carl HetheringtonImprove plugin hide logic to prevent crashes when tryin...
2011-10-18 Paul Davischanges for OS X support: change waf config define...
2011-10-18 Paul Davismake Stateful::_id private and provide appropriate...
2011-09-26 Carl HetheringtonSomewhat experimental patch to hide plugin inputs if...
2011-09-26 Carl HetheringtonTidy up PluginInsert's handling of how it chooses to...
2011-09-20 Paul Davis(native) Linux VST support from LinuxDSP
2011-09-12 Carl HetheringtonFix a couple of thinkos causing crashes during split...
2011-07-08 Paul Davisrefine definition of "generator" plugins, and only...
2011-07-04 Carl HetheringtonUncomment fix for #4110.
2011-07-01 Paul Davisadd MIDI input control column to editor route list...
2011-06-09 Paul Davisfix serious breakage with setup of plugin automatable...
2011-06-09 Paul Davisdon't call Processor::set_state() from PluginInsert...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-14 David RobillardUse LV2_SUPPORT define instead of HAVE_SLV2.
2011-05-12 Paul Davismake instruments/generators do the right thing when...
2011-04-06 David RobillardFix my name :)
2011-04-04 Carl HetheringtonAdd plugins (activating them) after doing any latency_c...
2011-04-03 David RobillardImplement LV2 files extension.
2011-04-02 David RobillardFix broken whitespace.
2011-03-26 Paul Davisremove sample-rate adjustment of plugin parameters...
2011-02-28 Carl HetheringtonCopy plugin when extending the count, rather than using...
2011-02-24 Paul Davisallow zero-input (i.e. tone generator) processors to...
2011-02-20 Carl HetheringtonFix plugin parameter controllers again (#3767).
2011-02-15 Carl HetheringtonClean up and hopefully fix handling of logarithmic...
2011-02-12 Carl HetheringtonLabel logarithmic plugin controls correctly. Should...
2011-02-07 Paul Davisadd back some missing logic to can-replicate
2011-02-07 Paul Davissimplify "can-replicate" to allow replication only...
2011-02-01 Carl HetheringtonSomewhat unconvincing visual indication that plugin...
2011-02-01 Carl HetheringtonFix up display of plugin automation when loading 2...
2011-01-31 Carl HetheringtonAllow plugins with >1 input to be inserted into mono...
2011-01-31 Carl HetheringtonFix comparison of < 0 with bool.
2010-12-07 Carl HetheringtonSend note-offs to VST instrument plugins on transport...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-28 Paul Davisadd non-functional meta-controls for 2in/2out panning...
2010-11-28 Paul Davismore or less complete restoration of Controllable:...
2010-11-27 Paul Davissave controls state in PluginInsert state nodes (needed...
2010-09-09 Carl HetheringtonFix assertion failure when turning plugins off.
2010-09-02 Carl HetheringtonActivate plugins that are added to a PluginInsert after...
2010-08-25 Paul Davisstrip no-longer used code related to plugin parameter...
2010-08-24 Paul Davisfix load+save of plugin parameter automation
2010-08-23 Paul Davis3.0 version of rev 5564 from 2.x - basic boolean plugin...
2010-08-19 Paul Davisforward port automation handling changes from 2.x,...
2010-08-16 Paul Davisforward port 2.X changes up to and including rev 6714
2010-08-09 Carl HetheringtonFix save/load of MIDI automation state. Fixes #3354.
2010-08-07 Carl HetheringtonCall activate() on plugins when setting state so that...
2010-07-27 Paul Davischange Control::{set,get}_float to Control::{set,get...
2010-04-15 Paul Davisforward-port from 2.X commits 5827-6000 including
2010-04-01 Paul Davisrevisit setting up processors during route construction...
2010-03-28 Paul Davislincoln's patch to get loading 2.X sessions to work...
2010-02-05 David RobillardRemove weird/pointless Automatable::data().
2010-02-03 Carl HetheringtonStop crash on deleting a plugin when its generic UI...
2009-12-30 Paul Davismake sure that Parameter that is used by a PluginInsert...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-11-28 Carl HetheringtonAll plugin activate() method when required for copy...
2009-11-25 Carl HetheringtonGive Processor::run a new parameter to say whether...
2009-10-16 Paul Davismore set_state() tweaks to aid with plugin state loading
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-08-02 Carl HetheringtonFix update of brackets around processor name on activat...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-21 Paul Davisfix clicking when processors become active/inactive...
2009-07-13 Paul Davismerge pre- and post-fader processor boxes; start removi...
2009-06-10 Paul Davisnick m's fix for markers etc ; several tweaks for mute...
2009-05-16 Paul Davisfix a problem with re-ordering in PostFader placement...
2009-05-16 Paul Davisa gadzillion changes all over the place. nothing is...
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-05-08 Sampo SavolainenMake sure plugin analysis buffers are the proper length...
2009-05-07 David RobillardThe great audio processing overhaul.
next