Created
March 11, 2017 08:30
-
-
Save yucao24hours/58d2ea75348e198a021fcd1041a7c76d 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
live_loop :flibble do | |
sample :bd_pure, rate: 1 | |
sleep 0.5 | |
end | |
play 70 | |
sleep 0.5 | |
play 72 | |
sleep 0.5 | |
play 74 | |
sleep 0.5 | |
play 75 | |
sleep 0.5 | |
play 74 | |
sleep 0.5 | |
play 72 | |
sleep 0.5 | |
play 70, release: 1 | |
sleep 1 | |
play 74 | |
sleep 0.5 | |
play 75 | |
sleep 0.5 | |
play 77 | |
sleep 0.5 | |
play 79 | |
sleep 0.5 | |
play 77 | |
sleep 0.5 | |
play 75 | |
sleep 0.5 | |
play 74, release: 2 | |
sleep 1 | |
play 70, release: 2 | |
sleep 1 | |
play 70, release: 2 | |
sleep 1 | |
play 70, release: 2 | |
sleep 1 | |
play 70, release: 2 | |
sleep 1 | |
play 70 | |
sleep 0.25 | |
play 70 | |
sleep 0.25 | |
play 72 | |
sleep 0.25 | |
play 72 | |
sleep 0.25 | |
play 74 | |
sleep 0.25 | |
play 74 | |
sleep 0.25 | |
play 75 | |
sleep 0.25 | |
play 75 | |
sleep 0.25 | |
play 74 | |
sleep 0.5 | |
play 72 | |
sleep 0.5 | |
play 70 | |
sleep 0.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment