diff --git a/src/blocks/scratch3_sound.js b/src/blocks/scratch3_sound.js index f79575b24..443ccc1d7 100644 --- a/src/blocks/scratch3_sound.js +++ b/src/blocks/scratch3_sound.js @@ -74,7 +74,7 @@ class Scratch3SoundBlocks { */ static get EFFECT_RANGE () { return { - pitch: {min: -600, max: 600}, // -5 to 5 octaves + pitch: {min: -360, max: 360}, // -3 to 3 octaves pan: {min: -100, max: 100} // 100% left to 100% right }; }