ViperMultibandCompressorBand constructor
ViperMultibandCompressorBand({
- bool enable = false,
- double threshold = 0.0,
- double ratio = 0.0,
- double knee = 0.0,
- bool kneeAuto = false,
- double gain = 0.0,
- bool gainAuto = false,
- double attack = 0.0,
- bool attackAuto = false,
- double release = 0.0,
- bool releaseAuto = false,
- double kneeMulti = 0.0,
- double maxAttack = 0.0,
- double maxRelease = 0.0,
- double crest = 0.0,
- double adapt = 0.0,
- bool noClip = false,
Implementation
ViperMultibandCompressorBand({
this.enable = false,
this.threshold = 0.0,
this.ratio = 0.0,
this.knee = 0.0,
this.kneeAuto = false,
this.gain = 0.0,
this.gainAuto = false,
this.attack = 0.0,
this.attackAuto = false,
this.release = 0.0,
this.releaseAuto = false,
this.kneeMulti = 0.0,
this.maxAttack = 0.0,
this.maxRelease = 0.0,
this.crest = 0.0,
this.adapt = 0.0,
this.noClip = false,
});