THIS PROJECT IS BAD LOOK AT THIS ONE INSTEAD: https://scratch.mit.edu/projects/873020827/
This project is a "fixed" version of @MonkeyBean2 's Rush E project. The original project uses the wait until block for every note. The wait until block causes a one tick delay if the condition it's waiting for is already true. Because of this, simultaneous notes have a little delay, and later in the project when there are a lot, that causes the project to get TOTALLY off track. I fixed this using a custom block running without screen refresh (all at the same time) that keeps playing the notes simultaneously until the next note needs to be played later. I also used clones playing the notes instead of broadcasts so the notes don't cancel each other out, and transposed the song down one octave to make it sound more like the real song. I also added an instrument slider because why not XD Tags: #all #music #rush #e #note #blocks #noteblocks #monkeybean2 #magentadude1359 #delay #fixed