Created
February 22, 2017 03:37
-
-
Save nicoder/c9910eddb3a6620374f44fa0a39a0f74 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 :m do | |
sleep 1 | |
end | |
live_loop :a do | |
sync :m | |
sample :ambi_glass_hum | |
end | |
live_loop :b do | |
sync :m | |
sample :bd_808 if one_in 3 | |
end | |
live_loop :c do | |
sync :m | |
sample :bd_ada, amp: (ring 1, 0.8, 0.6, 04).tick | |
end | |
live_loop :d do | |
sync :m | |
use_synth :tb303 | |
play 67, release: 10, amp: 0.3 | |
play (ring 79, 77, 75).tick, release: 10, amp: 0.2 | |
sleep 8 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment