move vca assignment up to the Route level (from GainControl)
[ardour.git] / libs / ardour / vca.cc
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