FairlightMasterState constructor

FairlightMasterState({
  1. int index = 0,
  2. double inputLeft = -60.0,
  3. double inputRight = -60.0,
  4. double outputLeft = -60.0,
  5. double outputRight = -60.0,
  6. double faderLeft = -60.0,
  7. double faderRight = -60.0,
})

Implementation

FairlightMasterState({
  this.index = 0,
  this.inputLeft = -60.0,
  this.inputRight = -60.0,
  this.outputLeft = -60.0,
  this.outputRight = -60.0,
  this.faderLeft = -60.0,
  this.faderRight = -60.0,
});