diff --git a/src/effects/PitchEffect.js b/src/effects/PitchEffect.js index f482185..2281eba 100644 --- a/src/effects/PitchEffect.js +++ b/src/effects/PitchEffect.js @@ -60,7 +60,7 @@ class PitchEffect { */ intervalToFrequencyRatio (interval) { return Math.pow(2, (interval/12)); - }; + } /** * Update a sound player's playback rate using the current ratio for the effect