Last active
March 30, 2016 02:39
-
-
Save nicoder/db6c238799b98f9b8d9c 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 :elec_ping | |
sleep 1 | |
end | |
live_loop :b do | |
# sync :a | |
play (ring 69, 64, 62, 60, 62, 64).tick | |
sleep 0.75 | |
end | |
live_loop :c do | |
sync :a | |
play (knit 48, 4, 47, 4, 45, 8).tick | |
end | |
live_loop :d do | |
sync :a | |
play (ring 69, 71, 72).tick, release: 1.5 | |
sleep 2 | |
end | |
live_loop :e do | |
sync :a | |
sleep 4 | |
sample :elec_cymbal | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment