summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/slavable_automation_control.h
AgeCommit message (Expand)Author
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2017-10-20Remove not implemented APIRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-16Add API to run automation only (emit Changed signal).Robin Gareus
2017-06-22Update Slavable APIRobin Gareus
2017-06-14Special-case VCA at 0 (-inf dB), force gain slaves to -inf dBRobin Gareus
2017-06-14Merge event control lists when disconnecting a master-ctrlRobin Gareus
2017-06-13Apply master-value to automation on disconnect.Robin Gareus
2017-06-13Write inverse master automation.Robin Gareus
2017-06-13amend 11ba1854 -- locked curve-evaluation is not publicRobin Gareus
2017-06-12VCA/SlavableAutomationCtrl re-design:Robin Gareus
2017-06-10Implement slaved boolean automation and update mute special-caseRobin Gareus
2017-06-09Fix deletion of VCA with slaved controls.Robin Gareus
2017-06-03Add infrastructure for evaluating VCA automation curvesRobin Gareus
2017-06-03amend 67f9f6fd: no recursive ReaderLockRobin Gareus
2017-05-30Prepare for automation control masterRobin Gareus
2017-02-21redesign VCA control over gain (and theoretically other scalar controls)Paul Davis
2017-02-06save/restore VCA master state inside slaves, so that a reloaded session ends ...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-05-31rearrange inheritance so that Automatable IS-A SlavablePaul Davis
2016-05-31move ever close to working master/slave logic, this time with audio testingPaul Davis
2016-05-31fix return type of SlavableAutomationControl::get_boolean_masters() to make i...Paul Davis
2016-05-31move SlavableAutomationControl into its own headerPaul Davis