globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / libs / ardour / ardour / slavable_automation_control.h
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-07-16 Robin GareusAdd API to run automation only (emit Changed signal).
2017-06-22 Robin GareusUpdate Slavable API
2017-06-14 Robin GareusSpecial-case VCA at 0 (-inf dB), force gain slaves...
2017-06-14 Robin GareusMerge event control lists when disconnecting a master...
2017-06-13 Robin GareusApply master-value to automation on disconnect.
2017-06-13 Robin GareusWrite inverse master automation.
2017-06-13 Robin Gareusamend 11ba1854 -- locked curve-evaluation is not public
2017-06-12 Robin GareusVCA/SlavableAutomationCtrl re-design:
2017-06-10 Robin GareusImplement slaved boolean automation and update mute...
2017-06-09 Robin GareusFix deletion of VCA with slaved controls.
2017-06-03 Robin GareusAdd infrastructure for evaluating VCA automation curves
2017-06-03 Robin Gareusamend 67f9f6fd: no recursive ReaderLock
2017-05-30 Robin GareusPrepare for automation control master
2017-02-21 Paul Davisredesign VCA control over gain (and theoretically other...
2017-02-06 Paul Davissave/restore VCA master state inside slaves, so that...
2016-10-14 Paul DavisRevert "change return type of AutomationControl::actual...
2016-10-12 Paul Davischange return type of AutomationControl::actually_set_v...
2016-09-21 Paul Davisgain controls are supposed to be "gain-like"
2016-05-31 Paul Davisrearrange inheritance so that Automatable IS-A Slavable
2016-05-31 Paul Davismove ever close to working master/slave logic, this...
2016-05-31 Paul Davisfix return type of SlavableAutomationControl::get_boole...
2016-05-31 Paul Davismove SlavableAutomationControl into its own header