From ce8b069140e60aa98f71b3126b41e73918290c7a Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum Date: Mon, 9 Jan 2017 15:48:02 -0500 Subject: [PATCH] include volume reporter --- src/blocks/scratch3_sound.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/blocks/scratch3_sound.js b/src/blocks/scratch3_sound.js index 34ca40a3d..c67108ff0 100644 --- a/src/blocks/scratch3_sound.js +++ b/src/blocks/scratch3_sound.js @@ -30,6 +30,7 @@ Scratch3SoundBlocks.prototype.getPrimitives = function () { sound_effects_menu: this.effectsMenu, sound_setvolumeto: this.setVolume, sound_changevolumeby: this.changeVolume, + sound_volume: this.getVolume, sound_settempotobpm: this.setTempo, sound_changetempoby: this.changeTempo, sound_tempo: this.getTempo