Skip to content

Instantly share code, notes, and snippets.

@kindohm
Created July 22, 2015 17:45
Show Gist options
  • Save kindohm/c0653b3ba36bc6521543 to your computer and use it in GitHub Desktop.
Save kindohm/c0653b3ba36bc6521543 to your computer and use it in GitHub Desktop.
timing
live_loop :thing do
sample :drum_bass_hard
sleep 0.75
4.times do
sample :drum_cymbal_soft, rate: rrand(2,4)
sleep 0.125
end
end
live_loop :snare do
sample :sn_dolf
sleep 2
end
live_loop :notes do
play choose(scale(:c2, :minor_pentatonic, num_octaves: 3)), amp: 0.1
sleep 0.25
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment