Skip to content

Commit

Permalink
Merge pull request #966 from ericrosenbaum/feature/remove-most-audio-…
Browse files Browse the repository at this point in the history
…effects

Remove all audio effects except for pitch and pan
  • Loading branch information
ericrosenbaum authored Jun 19, 2017
2 parents a71bbd0 + 8e67a8e commit 8dda5ef
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 @@ -232,11 +232,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 8dda5ef

Please # to comment.