mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-25 07:22:33 -05:00
include volume reporter
This commit is contained in:
parent
2d7cfd128a
commit
ce8b069140
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ Scratch3SoundBlocks.prototype.getPrimitives = function () {
|
||||||
sound_effects_menu: this.effectsMenu,
|
sound_effects_menu: this.effectsMenu,
|
||||||
sound_setvolumeto: this.setVolume,
|
sound_setvolumeto: this.setVolume,
|
||||||
sound_changevolumeby: this.changeVolume,
|
sound_changevolumeby: this.changeVolume,
|
||||||
|
sound_volume: this.getVolume,
|
||||||
sound_settempotobpm: this.setTempo,
|
sound_settempotobpm: this.setTempo,
|
||||||
sound_changetempoby: this.changeTempo,
|
sound_changetempoby: this.changeTempo,
|
||||||
sound_tempo: this.getTempo
|
sound_tempo: this.getTempo
|
||||||
|
|
Loading…
Reference in a new issue