diff --git a/Tone/effect/StereoEffect.js b/Tone/effect/StereoEffect.js index 4cfc0417..0d5effa8 100644 --- a/Tone/effect/StereoEffect.js +++ b/Tone/effect/StereoEffect.js @@ -70,6 +70,7 @@ function(Tone){ //connections this.input.connect(this._mono, 0, 0); this.input.connect(this._mono, 0, 1); + this.input.gain.value = this.dbToGain(-10); this._mono.connect(this._split); //dry wet connections this._mono.connect(this.dryWet.dry);