Skip to content

Instantly share code, notes, and snippets.

@nelstrom
Created April 8, 2016 14:47
Show Gist options
  • Save nelstrom/880ad794f94e6b8775fd3900ec4071a2 to your computer and use it in GitHub Desktop.
Save nelstrom/880ad794f94e6b8775fd3900ec4071a2 to your computer and use it in GitHub Desktop.
4.times do
3.times do
sample :drum_cymbal_pedal
sleep 0.25
end
sleep 0.25
2.times do
sample :drum_cymbal_pedal
sleep 0.25
end
sleep 0.25
1.times do
sample :drum_cymbal_pedal
sleep 0.25
end
sleep 0.25
2.times do
sample :drum_cymbal_pedal
sleep 0.25
end
sleep 0.25
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment