ViperMultibandCompressorBand constructor

ViperMultibandCompressorBand({
  1. bool enable = false,
  2. double threshold = 0.0,
  3. double ratio = 0.0,
  4. double knee = 0.0,
  5. bool kneeAuto = false,
  6. double gain = 0.0,
  7. bool gainAuto = false,
  8. double attack = 0.0,
  9. bool attackAuto = false,
  10. double release = 0.0,
  11. bool releaseAuto = false,
  12. double kneeMulti = 0.0,
  13. double maxAttack = 0.0,
  14. double maxRelease = 0.0,
  15. double crest = 0.0,
  16. double adapt = 0.0,
  17. 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,
});