Fix some workflow problems wrt automation.
[ardour.git] / libs / ardour / automation_control.cc
2015-06-16 nick_mFix some workflow problems wrt automation.
2015-06-01 Robin Gareusproperly handle integer steps in plugin controls
2014-12-05 David RobillardFix crash when twiddling MIDI controllers (#6050).
2014-12-02 David RobillardFix automation write/touch.
2014-12-02 David RobillardReplace half-baked param metadata with descriptor.
2014-11-29 David RobillardFix write for boolean automation.
2014-11-02 David RobillardAutomation of LV2 plugin properties.
2014-10-16 Robin Gareusfix midi automation sliders
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-08-31 David RobillardFix crash when changing automation mode for MIDI track...
2014-02-24 Colin FletcherMerge branch 'master' into export-dialog
2014-02-20 Paul Davisdo not needlessly keep starting touch/automation watch...
2014-02-19 Paul Davisdo not needlessly keep starting touch/automation watch...
2012-11-14 Paul Davisremove debug output
2012-11-14 Paul Davisput automation list into or out of Touch mode before...
2012-07-17 Paul Davislots more fidgety work on automation. sort of works...
2012-07-14 Paul Davisfix up part of the remaining details with automation...
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-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-04-06 David RobillardFix my name :)
2011-02-15 Carl HetheringtonClean up and hopefully fix handling of logarithmic...
2010-11-28 Paul Davismore or less complete restoration of Controllable:...
2010-11-27 Paul Davischanges associated with save/restore of AutomationContr...
2010-08-23 Paul Davis3.0 version of rev 5564 from 2.x - basic boolean plugin...
2010-07-27 Paul Davischange Control::{set,get}_float to Control::{set,get...
2009-12-30 Paul Davisrestore excess calls to sync-order stuff (for now)...
2009-12-11 Paul Davisfix compilation breakages from the last commit
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-15 David RobillardTrim include dependency tree (particularly on evoral...
2008-10-03 David RobillardApply automation fix patch from torbenh.
2008-09-29 David RobillardCan't call the wrong function when there's only one...
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 RobillardFactor out sequencing related things into an independan...
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2007-07-07 David RobillardNote modes: note, percussion.
2007-07-06 David RobillardFix 'live' CC sending of bar controllers after loading...
2007-07-04 David RobillardAdd AutomationControl::parameter() for terseness.
2007-07-03 David Robillards/ParamID/Parameter/
2007-06-29 David RobillardReduce overhead of multi-type-ness (last Summer's SoC):
2007-06-29 David RobillardFurther automation refactoring - bring in the concept...