From e515bf4026a0a306878adae4544a9462f0c44f44 Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum Date: Mon, 19 Jun 2017 17:40:53 -0400 Subject: [PATCH] Cleanup --- src/effects/PitchEffect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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