Created
October 23, 2015 00:42
-
-
Save r618/7066ec393306730fb943 to your computer and use it in GitHub Desktop.
#SonicPi #MIDI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# MIDI notes ~~ | |
anote = play :C4, sustain: 60 | |
anote.pause | |
sleep 1 | |
anote.run | |
sleep 1 | |
anote.pause | |
#sleep 1 | |
control anote, note: :E4 | |
anote.run | |
sleep 1 | |
anote.pause | |
#sleep 1 | |
control anote, note: :A3 | |
anote.run | |
sleep 1 | |
anote.pause | |
anote.kill |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment