Created
April 1, 2016 02:39
-
-
Save nicoder/220854292939f5d3f3d0ce4b3df56c47 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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