Why Order Matters in the Iteration Pattern Video
Why Order Matters in the Iteration Pattern Video
Playing Every Other Note
Exercise: PLAYING EVERY OTHER NOTE
You just wrote a script that plays every note between 60 and 70, one at a time. Write a script that plays every other note from 40-90. So it would play the notes 40, 42, 44, 46, … , 88, 90.
Up and Down
Exercise: UP AND DOWN Scale
Make a script that plays each note from 60 to 70 and then back down to 60 again.