Skip to content

Commit

Permalink
Remove all audio effects except for pitch and pan
Browse files Browse the repository at this point in the history
  • Loading branch information
ericrosenbaum committed Jun 19, 2017
1 parent 78287e8 commit 8e67a8e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions blocks_vertical/sound.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,7 @@ Blockly.Blocks['sound_playnoteforbeats'] = {

Blockly.Blocks['sound_effects_menu_options'] = [
['pitch', 'PITCH'],
['pan left/right', 'PAN'],
['echo', 'ECHO'],
['reverb', 'REVERB'],
['fuzz', 'FUZZ'],
['robot', 'ROBOT']
['pan left/right', 'PAN']
];

Blockly.Blocks['sound_seteffectto'] = {
Expand Down

0 comments on commit 8e67a8e

Please sign in to comment.