Skip to content

Instantly share code, notes, and snippets.

@datramt
Created June 17, 2019 22:15
Show Gist options
  • Save datramt/231f6c83d985cb511f2e9e32bc6a8f56 to your computer and use it in GitHub Desktop.
Save datramt/231f6c83d985cb511f2e9e32bc6a8f56 to your computer and use it in GitHub Desktop.
example_b.rb
# column 1 (hihat cymbal and bass drum play simultaneously and rest for 0.25 seconds)
sample :drum_cymbal_closed
sample :drum_bass_hard
sleep 0.25
# column 2 (hihat cymbal plays and thens rests for 0.25 seconds)
sample :drum_cymbal_closed
sleep 0.25
# column 3 (hihat cymbal and snare drum play simultaneously and rest for 0.25 seconds)
sample :drum_cymbal_closed
sample :drum_snare_hard
sleep 0.25
# column 4 (hihat cymbal plays and thens rests for 0.25 seconds)
sample :drum_cymbal_closed
sleep 0.25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment