FairlightStripState constructor

FairlightStripState({
  1. String stripId = '',
  2. int index = 0,
  3. int subChannel = 0,
  4. FairlightStripType type = FairlightStripType.audioInput,
  5. double gain = 0.0,
  6. double balance = 0.0,
  7. bool mute = false,
  8. bool solo = false,
  9. double faderGain = 0.0,
  10. bool faderMute = false,
  11. double inputLeft = -60.0,
  12. double inputRight = -60.0,
  13. double outputLeft = -60.0,
  14. double outputRight = -60.0,
  15. double faderLeft = -60.0,
  16. double faderRight = -60.0,
})

Implementation

FairlightStripState({
  this.stripId = '',
  this.index = 0,
  this.subChannel = 0,
  this.type = FairlightStripType.audioInput,
  this.gain = 0.0,
  this.balance = 0.0,
  this.mute = false,
  this.solo = false,
  this.faderGain = 0.0,
  this.faderMute = false,
  this.inputLeft = -60.0,
  this.inputRight = -60.0,
  this.outputLeft = -60.0,
  this.outputRight = -60.0,
  this.faderLeft = -60.0,
  this.faderRight = -60.0,
});