Merge branch 'master' into cairocanvas
[ardour.git] / libs / ardour / automatable.cc
2013-01-20 David RobillardShow matching controller name in automation lane header.
2012-11-19 Paul Davisremove unused Automatable::automation_interval and...
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-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2011-06-11 Paul Davismajor, substantive reworking of how we store GUI inform...
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-04-20 Carl HetheringtonFix an assertion failure when stopping the transport...
2011-03-02 Carl HetheringtonNumber CC automation tracks from 0 rather than 1 (...
2011-01-27 Paul Davisvirtualize the way that AutomationController gets strin...
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2010-12-11 Carl HetheringtonReset PanControllable StreamPanners when they change.
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-28 Paul Davismore or less complete restoration of Controllable:...
2010-09-18 Carl HetheringtonFix save/reload of pan automation.
2010-08-24 Paul Davisfix load+save of plugin parameter automation
2010-08-19 Paul Davisforward port automation handling changes from 2.x,...
2010-08-17 Paul Davisforward port 2.X changes up to and including rev 6909
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-07-17 Carl HetheringtonShow MIDI controller numbers in automation track titles...
2010-07-14 Carl HetheringtonA few fixes to interpolation of MIDI controller data...
2010-07-12 Carl HetheringtonMark Sequence as edited when one of its parent ControlS...
2010-06-25 Carl HetheringtonMake MIDI region `automation' respect the automation...
2010-05-19 Paul DavisMIDI region forking, plus Playlist::regions_to_read...
2009-10-23 David RobillardFix sketchy casts.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-05-07 David RobillardThe great audio processing overhaul.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-15 David RobillardTrim include dependency tree (particularly on evoral...
2009-01-28 Hans Baier* more user friendly MIDI automation lane names
2008-10-13 David RobillardFix wrongly exposed set_parameter methods on PluginInsert.
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 Robillard- Call channel pressure channel pressure, not aftertouc...
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
2008-09-19 David RobillardRestore visible CC/etc automation tracks on session...
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-09-12 Paul Davismake tracks visible again
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-05-21 David RobillardMore petty clean ups of MIDI stuff.
2008-05-21 Hans Baier* Made the MIDI standard names show up for controllers...
2008-05-03 Hans Baier* MidiModel::const_iterator::operator++: added AUTOMATI...
2008-02-16 David RobillardMerge with 2.0-ongoing R3071.
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-08-01 Paul Davisuse XML state to store processors in mixer (strips...
2007-07-20 David RobillardTrimmed some code by removing silly Java-isms.
2007-07-07 David RobillardNote modes: note, percussion.
2007-07-06 David RobillardFix 'live' CC sending of bar controllers after loading...
2007-07-05 David RobillardReplace remaining references to 'param_id' (with 'param...
2007-07-04 David RobillardAdd AutomationControl::parameter() for terseness.
2007-07-03 David Robillards/ParamID/Parameter/
2007-07-03 David RobillardPan automation/serialization fixes.
2007-06-30 David RobillardPan automation work. Almost, but not quite, working.
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 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...