no-op: move method order in file
[ardour.git] / libs / ardour / slavable_automation_control.cc
2017-02-24 Paul Davisno-op: move method order in file
2017-02-23 Paul Davisfix solo + mute controls when slaved
2017-02-23 Robin GareusConstrain VCA slave value to controllable range
2017-02-22 Paul Davisfix deadlock when assigning a VCA master
2017-02-22 Paul Davisif a slave's masters are at zero, lock slave to zero...
2017-02-21 Paul Davisfix thinko/typo which failed to notify when a VCA is...
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...
2017-01-21 Paul DavisSlavableAutomationControl::get_value(), if doing automa...
2016-10-14 Paul Davismuch simpler implementation of fix originally in c104c9...
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-06-01 Paul Davisfix crash during session deletion while removing VCA...
2016-05-31 Paul Davisno-op: explanatory comments
2016-05-31 Paul Davisimprove cleanup of VCA related objects
2016-05-31 Paul Davisfix compiler issues with pair<T1,T2> construction
2016-05-31 Paul Davisfix chaining of masters for boolean controls
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 Davisdesign changes to various SlavableAutomationControls...
2016-05-31 Paul Davismove SlavableAutomationControl into its own header
2016-05-31 Paul Davisa variety of changes that get closer to correctly funct...
2016-05-31 Paul Davisa slew of as-yet incomplete work to get VCA solo+mute...
2016-05-31 Paul Davisadd new files to source tree