fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / automation_control.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-06-27 Robin Gareustweak b7e645ec6, use session start/end position
2016-06-27 Robin Gareusswitching to "touch" implies existing automation.
2016-06-05 Paul Davisextend comments to avoid unused-variable warnings from...
2016-06-05 Robin Gareusplugin support for Controllable::NotAutomatable
2016-05-31 Paul Davisremove debug output
2016-05-31 Paul Davisremove explicit setting of Toggle flag for AutomationCo...
2016-05-31 Paul Davisfix return type of SlavableAutomationControl::get_boole...
2016-05-31 Paul Davisdesign changes to various SlavableAutomationControls...
2016-05-31 Paul Davisdo not route AutomationControl changes to an RT thread...
2016-05-31 Paul Davisfix logic for removing an AutomationControl from a...
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-31 Paul Davisadd implicit mute state to MuteMaster and use when...
2016-05-31 Paul Davischange API of Controllable::Changed signal to include...
2016-05-31 Paul Davisrearrange AutomationControl and RouteAutomationControl...
2016-05-31 Paul Davisredesign control slave/master system, move code from...
2016-02-28 Robin Gareusspecialize isfinite for MSVC compat
2016-02-26 Robin Gareusprevent livelock on NaN, inf control parameters - fixes...
2016-01-02 Paul Davischange Controllable::set_value() API to include grouped...
2015-11-01 nick_mClean up _before XMLNode in AutomationList if no automa...
2015-10-22 Paul DavisAdd AutomationControl::set_value_unchecked() and Automa...
2015-10-19 nick_mMake automation record undo per pass rather than per...
2015-07-20 Robin Gareususe power of 2 log-scale for parameters.
2015-07-16 Ben Loftismerge fix
2015-06-17 nick_mFix thinko in automation write undo.
2015-06-16 nick_mAdd undo for automation write.
2015-06-16 nick_mRudimentary automation touch undo/redo.
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...