a grab bag of changes correcting and improving the way MIDI note on/off tracking...
[ardour.git] / libs / ardour / ardour / plugin_insert.h
2011-12-26 Paul Davisa grab bag of changes correcting and improving the...
2011-11-23 Carl HetheringtonTrim function that is only used once.
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-07-08 Paul Davisrefine definition of "generator" plugins, and only...
2011-06-09 Paul Davisfix serious breakage with setup of plugin automatable...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-18 David RobillardAdd 'controls' item to plugin insert context menu 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-01 Carl HetheringtonSomewhat unconvincing visual indication that plugin...
2011-01-31 Carl HetheringtonAllow plugins with >1 input to be inserted into mono...
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 Davismore or less complete restoration of Controllable:...
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-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-07-27 Paul Davischange Control::{set,get}_float to Control::{set,get...
2010-04-01 Paul Davisrevisit setting up processors during route construction...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
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-06-10 Paul Davisnick m's fix for markers etc ; several tweaks for mute...
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
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-03-07 Sampo SavolainenImprovements to the plugin eq gui:
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-14 Carl HetheringtonMake DnD copy processors using their XML representation...
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
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-13 David RobillardFix wrongly exposed set_parameter methods on PluginInsert.
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-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-12 David RobillardMerge with 2.0-ongoing R2885.
2007-07-31 Taybin Rutkin- build fixes for OS X.
2007-07-04 David RobillardChanged Processor interface to support out-of-place...
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...
2007-06-27 David RobillardRenamed Insert to Processor and Redirect to IOProcessor.
2007-06-27 David RobillardBig ol' automation refactor.
2007-06-23 David RobillardInsert/Redirect refactoring, towards better MIDI suppor...
2007-06-20 David RobillardSplit PortInsert and PluginInsert into their own files.