Created
February 28, 2020 10:56
-
-
Save sinewalker/91ed9a3113c0e2c22cf23c5a45a72e07 to your computer and use it in GitHub Desktop.
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
live_loop :india do | |
use_random_seed 4000 | |
16.times do | |
sample "tabla_", choose | |
sleep 0.125 | |
end | |
sample "tabla_", choose | |
sleep 0.125 | |
2.times do | |
sample "tabla_", choose | |
sleep 0.125/2 | |
end | |
5.times do | |
sample "tabla_", choose | |
sleep 0.125 | |
end | |
2.times do | |
sample "tabla_", choose | |
sleep 0.125/2 | |
end | |
8.times do | |
sample "tabla_", choose | |
sleep 0.125 | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment