Playing multiple notes at once.

Hi, I was wondering if it is possible to play more than one note at a time? I am trying to code the sound of Clocks by Cold Play and there are chords that I want to use but I am unsure on how to do this. Any help would be greatly appreciated!

Welcome to Snap!
Use the launch block in the Control category to play multiple notes at the same time.

you can do this

c chord

take the last one out to make it wait until the last chord ends

1 Like

That is, take the PLAY NOTE out of the LAUNCH and put it directly in the script. :~)

1 Like

yeah, I meant that, I was going to mention the parallelization library, but I had to go to bed

1 Like