summaryrefslogtreecommitdiff
path: root/libs/ardour/automation_control.cc
AgeCommit message (Expand)Author
2015-07-20use power of 2 log-scale for parameters.Robin Gareus
2015-06-17Fix thinko in automation write undo.nick_m
2015-06-17Add undo for automation write.nick_m
2015-06-17Rudimentary automation touch undo/redo.nick_m
2015-06-17Fix some workflow problems wrt automation.nick_m
2015-06-02properly handle integer steps in plugin controlsRobin Gareus
2014-12-04Fix crash when twiddling MIDI controllers (#6050).David Robillard
2014-12-01Fix automation write/touch.David Robillard
2014-12-01Replace half-baked param metadata with descriptor.David Robillard
2014-11-29Fix write for boolean automation.David Robillard
2014-11-02Automation of LV2 plugin properties.David Robillard
2014-10-16fix midi automation slidersRobin Gareus
2014-08-31Fix crash when changing automation mode for MIDI track control automation.David Robillard
2014-02-19do not needlessly keep starting touch/automation watch passes just because a ...Paul Davis
2012-11-14remove debug outputPaul Davis
2012-11-14put automation list into or out of Touch mode before adding an automation wat...Paul Davis
2012-07-17lots more fidgety work on automation. sort of works now, but undo/redo needs ...Paul Davis
2012-07-14fix up part of the remaining details with automation, so that touch/write ove...Paul Davis
2012-07-13dramatic overhaul of automation. too long to explain here. this work is not f...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-04-06Fix my name :)David Robillard
2011-02-15Clean up and hopefully fix handling of logarithmic plugin parameters (fixes #...Carl Hetherington
2010-11-28more or less complete restoration of Controllable::_id from XML, with all tha...Paul Davis
2010-11-27changes associated with save/restore of AutomationControl id'sPaul Davis
2010-08-233.0 version of rev 5564 from 2.x - basic boolean plugin parameter automation ...Paul Davis
2010-07-27change Control::{set,get}_float to Control::{set,get}_double and make almost ...Paul Davis
2009-12-30restore excess calls to sync-order stuff (for now); allow MIDI controllers to...Paul Davis
2009-12-11fix compilation breakages from the last commitPaul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-15Trim include dependency tree (particularly on evoral/Sequence.hpp).David Robillard
2008-10-03Apply automation fix patch from torbenh.David Robillard
2008-09-29Can't call the wrong function when there's only one of them: remove ARDOUR::P...David Robillard
2008-09-28Fix shadowing problem with *Control::set_value.David Robillard
2008-09-21Display recorded controller data (fix show all/existing automation).David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2007-07-07Note modes: note, percussion.David Robillard
2007-07-06Fix 'live' CC sending of bar controllers after loading session (previously on...David Robillard
2007-07-04Add AutomationControl::parameter() for terseness.David Robillard
2007-07-03s/ParamID/Parameter/David Robillard
2007-06-29Reduce overhead of multi-type-ness (last Summer's SoC):David Robillard
2007-06-29Further automation refactoring - bring in the concept of Controllable, work t...David Robillard