Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created March 30, 2016 02:38
Show Gist options
  • Save nicoder/920a511d062a8040e49c000bdb65ce75 to your computer and use it in GitHub Desktop.
Save nicoder/920a511d062a8040e49c000bdb65ce75 to your computer and use it in GitHub Desktop.
live_loop :a do
play (ring 60, 67, 64, 69, 72).tick, pan: 0.25
sleep 2
end
live_loop :b do
# sync :a
2.times do
sample :bd_boom, amp: 5
sleep 0.25
end
sleep 0.5
end
live_loop :c do
#sync :a
play (ring 60, 64, 65, 67, 57, 48).tick, pan: -0.25
sleep 0.25
end
live_loop :d do
sync :a
sleep 0.75
sample :bd_ada
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment