Last active
August 29, 2015 14:06
-
-
Save erictherobot/8f28b7c437ff32242bab to your computer and use it in GitHub Desktop.
Sonic Pi / Recycled Robot
This file contains hidden or 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
# Recycled Robot #1 | |
# Sonic Pi | |
loop do | |
play 50 | |
sleep 0.5 | |
play 62 | |
sleep 0.5 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment