FairlightStripState constructor
FairlightStripState({
- String stripId = '',
- int index = 0,
- int subChannel = 0,
- FairlightStripType type = FairlightStripType.audioInput,
- double gain = 0.0,
- double balance = 0.0,
- bool mute = false,
- bool solo = false,
- double faderGain = 0.0,
- bool faderMute = false,
- double inputLeft = -60.0,
- double inputRight = -60.0,
- double outputLeft = -60.0,
- double outputRight = -60.0,
- double faderLeft = -60.0,
- 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,
});