summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/automation_control.h
AgeCommit message (Expand)Author
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-30Turn AutomationCtrl into a SessionHandleRefRobin Gareus
2017-07-24Remove unused "mark" parameter from stop_touch() APIRobin Gareus
2017-07-16Add API to run automation only (emit Changed signal).Robin Gareus
2017-07-08Add API to expand/flatten AC groupsRobin Gareus
2017-06-21Remove Cruft -- AutomationStyle never did anything.Robin Gareus
2017-06-12VCA/SlavableAutomationCtrl re-design:Robin Gareus
2017-06-09NO-OP: whitespaceRobin Gareus
2017-06-09Fix deletion of VCA with slaved controls.Robin Gareus
2017-06-09Prepare to eventually drop Automatable::value_as_string()Robin Gareus
2017-03-12Fix issue with automation-playback constantly marking a session dirty.Robin Gareus
2017-02-08an automation control that has to do things before its value is set in an RT ...Paul Davis
2016-10-14Revert "change return type of AutomationControl::actually_set_value() from vo...Paul Davis
2016-10-12change return type of AutomationControl::actually_set_value() from void to bo...Paul Davis
2016-09-21gain controls are supposed to be "gain-like"Paul Davis
2016-07-04make sure that rec-enable changes get to do their non-RT stuff before being q...Paul Davis
2016-05-31move SlavableAutomationControl into its own headerPaul Davis
2016-05-31a variety of changes that get closer to correctly functioning behaviour for V...Paul Davis
2016-05-31a slew of as-yet incomplete work to get VCA solo+mute closer to workingPaul Davis
2016-05-31fix logic for removing an AutomationControl from a ControlGroupPaul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-05-31add implicit mute state to MuteMaster and use when a master of a mute control...Paul Davis
2016-05-31rearrange AutomationControl and RouteAutomationControl to get more shared log...Paul Davis
2016-05-31redesign control slave/master system, move code from GainControl to Automatio...Paul Davis
2016-03-21Trim dependence on evoral types.hpp and Beats.hppDavid Robillard
2016-02-22replicate the remove-all-trailing whitespace commit(s) in masterPaul Davis
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
2015-11-02Clean up _before XMLNode in AutomationList if no automation write occurred.nick_m
2015-10-21Add AutomationControl::set_value_unchecked() and AutomationControl::writable(...Paul Davis
2015-10-20Make automation record undo per pass rather than per touch.nick_m
2015-06-17Rudimentary automation touch undo/redo.nick_m
2015-06-02properly handle integer steps in plugin controlsRobin Gareus
2014-12-04Fix crash when twiddling MIDI controllers (#6050).David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2014-11-02Automation of LV2 plugin properties.David Robillard
2014-09-18Fix some inconsistent usage of a Controllables Interface value.Ben Loftis
2013-10-17add export visibility macros across libardourPaul Davis
2012-07-13dramatic overhaul of automation. too long to explain here. this work is not f...Paul Davis
2012-04-13convert rec-enable control for a Track from PBD::COntrollable to ARDOUR::Auto...Paul Davis
2012-01-21Use a button in the processor box for toggle parameters.Carl Hetherington
2012-01-21Reinstate user Controllable values, as they are neededCarl Hetherington
2012-01-21Add a send amp's gain control as a send controllable.Carl Hetherington
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-08-19forward port automation handling changes from 2.x, upto and including about r...Paul Davis
2010-07-27change Control::{set,get}_float to Control::{set,get}_double and make almost ...Paul Davis
2010-04-06MIDI/Controllables for monitor section, and related fixesPaul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-05-12Remove most using declarations from header files.Carl Hetherington