deactivate plugin if connect_and_run returns an error
[ardour.git] / libs / ardour / plugin_insert.cc
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.
2009-05-04 David RobillardPreliminary MIDI plugin support.
2009-04-30 Paul Davisfix up confusion between silence() decls for Processor...
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-15 David RobillardTrim include dependency tree (particularly on evoral...
2009-02-15 David RobillardSession XML style consistency (tag names are capitalized).
2009-02-14 Carl HetheringtonMake DnD copy processors using their XML representation...
2009-01-21 Carl HetheringtonRework Port class hierarchy a bit. Hopefully now simpl...
2008-11-14 David RobillardApply LV2 changes from 2.0.
2008-10-20 Sampo SavolainenAdded facilities into PluginInsert for the GUI to gathe...
2008-10-13 Sampo SavolainenFirst draft of the EQ visualization system. Now force...
2008-10-03 David RobillardApply panners/automation patch from torbenh (Panner...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-29 David RobillardPlugin automation fixes from torbenh.
2008-09-28 David RobillardFix shadowing problem with *Control::set_value.
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
2008-09-19 David RobillardFix parameter range stuff and automation time axis...
2008-09-19 David RobillardTidy.
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-01-19 David RobillardMerge with trunk R2935.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-10-10 Carl HetheringtonMake sure we notice when an IO's port count is reduced...
2007-08-01 Paul Davisuse XML state to store processors in mixer (strips...
2007-07-04 David RobillardChanged Processor interface to support out-of-place...
2007-07-04 David RobillardAdd AutomationControl::parameter() for terseness.
2007-07-03 David Robillards/ParamID/Parameter/
2007-06-30 David RobillardAnother not-quite-there-but-better commit.
2007-06-29 David RobillardFurther automation refactoring - bring in the concept...
2007-06-27 Paul Davisallow user tweaking of everything that might have inher...
next