This commit is contained in:
Eric Rosenbaum 2017-06-19 17:40:53 -04:00
parent 5e6e33264d
commit e515bf4026

View file

@ -60,7 +60,7 @@ class PitchEffect {
*/ */
intervalToFrequencyRatio (interval) { intervalToFrequencyRatio (interval) {
return Math.pow(2, (interval/12)); return Math.pow(2, (interval/12));
}; }
/** /**
* Update a sound player's playback rate using the current ratio for the effect * Update a sound player's playback rate using the current ratio for the effect