mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-11 10:39:56 -05:00
Remove current instrument from sound state
This commit is contained in:
parent
7c853ab7f3
commit
a81b81251b
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ class Scratch3SoundBlocks {
|
||||||
static get DEFAULT_SOUND_STATE () {
|
static get DEFAULT_SOUND_STATE () {
|
||||||
return {
|
return {
|
||||||
volume: 100,
|
volume: 100,
|
||||||
currentInstrument: 0,
|
|
||||||
effects: {
|
effects: {
|
||||||
pitch: 0,
|
pitch: 0,
|
||||||
pan: 0
|
pan: 0
|
||||||
|
|
Loading…
Reference in a new issue