diff --git a/src/effects/EchoEffect.js b/src/effects/EchoEffect.js index 304bfb8..dd78ff0 100644 --- a/src/effects/EchoEffect.js +++ b/src/effects/EchoEffect.js @@ -33,7 +33,7 @@ EchoEffect.prototype.set = function (val) { if (this.value == 0) { this.wet.value = 0; } else { - this.wet.value = 1; + this.wet.value = 0.5; } var feedback = (this.value / 100) * 0.75;