From a81b81251bb29eb8027abb3893e5375beedefc5d Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum Date: Tue, 19 Dec 2017 15:54:45 -0500 Subject: [PATCH] Remove current instrument from sound state --- src/blocks/scratch3_sound.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/blocks/scratch3_sound.js b/src/blocks/scratch3_sound.js index be78ec7e2..9a2eb357c 100644 --- a/src/blocks/scratch3_sound.js +++ b/src/blocks/scratch3_sound.js @@ -26,7 +26,6 @@ class Scratch3SoundBlocks { static get DEFAULT_SOUND_STATE () { return { volume: 100, - currentInstrument: 0, effects: { pitch: 0, pan: 0