Last active
January 21, 2016 22:25
-
-
Save SupaHam/a2970ae0168514870862 to your computer and use it in GitHub Desktop.
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
2.times do | |
play 60 | |
sleep 0.7 | |
play 62 | |
sleep 0.7 | |
play 64 | |
sleep 0.7 | |
play 60 | |
sleep 0.8 | |
end | |
2.times do | |
play 64 | |
sleep 0.7 | |
play 66 | |
sleep 0.7 | |
play 68 | |
sleep 1.2 | |
end | |
2.times do | |
play 68 | |
sleep 0.35 | |
play 70 | |
sleep 0.35 | |
play 68 | |
sleep 0.35 | |
play 66 | |
sleep 0.35 | |
play 64 | |
sleep 0.6 | |
play 60 | |
sleep 0.7 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment