mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 23:12:24 -05:00
Merge pull request #872 from ericrosenbaum/bugfix/remove-instrument-from-custom-state
Remove current instrument from sound state
This commit is contained in:
commit
b18ad4b6d2
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