Skip to content

Instantly share code, notes, and snippets.

@r618
Created October 23, 2015 00:42
Show Gist options
  • Save r618/7066ec393306730fb943 to your computer and use it in GitHub Desktop.
Save r618/7066ec393306730fb943 to your computer and use it in GitHub Desktop.
#SonicPi #MIDI
# 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