diff --git a/src/effects/PitchEffect.js b/src/effects/PitchEffect.js index 105ee11..cb4107b 100644 --- a/src/effects/PitchEffect.js +++ b/src/effects/PitchEffect.js @@ -7,9 +7,9 @@ A Pitch effect var Tone = require('tone'); function PitchEffect () { - this.value = 0; + this.value = 0; - this.tone = new Tone(); + this.tone = new Tone(); } PitchEffect.prototype.set = function (val, players) {