Skip to content

Instantly share code, notes, and snippets.

@sinewalker
Created February 28, 2020 10:56
Show Gist options
  • Save sinewalker/91ed9a3113c0e2c22cf23c5a45a72e07 to your computer and use it in GitHub Desktop.
Save sinewalker/91ed9a3113c0e2c22cf23c5a45a72e07 to your computer and use it in GitHub Desktop.
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