Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created April 1, 2016 02:39
Show Gist options
  • Save nicoder/220854292939f5d3f3d0ce4b3df56c47 to your computer and use it in GitHub Desktop.
Save nicoder/220854292939f5d3f3d0ce4b3df56c47 to your computer and use it in GitHub Desktop.
live_loop :a do
sample :loop_compus
sleep sample_duration :loop_compus
end
live_loop :b do
sync :a
4.times do
play (ring 37, 40, 38, 37).tick, release: rrand(0.9, 1.4)
sleep (ring 0.5, 2, 0.5, 0.5).look
end
end
live_loop :c do
sync :a
10.times do
sample :bass_voxy_hit_c
sleep 0.6
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment