rearrange inheritance so that Automatable IS-A Slavable
[ardour.git] / libs / ardour / vca.cc
2016-05-31 Paul Davisrearrange inheritance so that Automatable IS-A Slavable
2016-05-31 Paul Davisgeneralize VCA assign/unassign code.
2016-05-31 Paul Davisadd rec-enable and monitor controls to VCAs
2016-05-31 Paul Davissave and restore vca assignments
2016-05-31 Paul Davisadd Slavable API for VCA assign/unassign
2016-05-31 Paul Davisclear all solo state should affect VCAs too
2016-05-31 Paul Davismove ever close to working master/slave logic, this...
2016-05-31 Paul Davisa slew of as-yet incomplete work to get VCA solo+mute...
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 DavisSession API changes to enable VCAs to set soloed-by...
2016-05-31 Paul Davismove vca assignment up to the Route level (from GainCon...
2016-05-31 Paul Davisdon't increment actual VCA counter when saving session...
2016-05-31 Paul Davissave+restore VCA counter value across instances
2016-05-31 Paul DavisVCA solo and mute controls need to call AutomationContr...
2016-05-31 Paul Davisredesign Route and VCA objects to inherit from ARDOUR...
2016-05-31 Paul Davisfix ambiguity in VCA constructors
2016-05-31 Paul Davisadd solo/mute logic to VCA masters
2016-05-31 Paul Davischange API for GainControl, VCA and VCAManager
2016-05-31 Paul Davismostly restore VCA state on session loading.
2016-05-31 Paul Davisadd a bit of state to VCAs
2016-05-31 Paul Davisexpand and improve VCA API
2016-05-31 Paul Davischange VCA model to facilitate Harrison *and* SSL designs
2016-05-31 Paul Davisadd name() method to VCA
2016-05-31 Paul Davisinitially pass at libardour VCA implementation