Created
February 28, 2017 03:33
-
-
Save nicoder/cd2c0de5d55f49a9ca3e4f7621fd34bf 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 :main do | |
play 60 | |
play (ring 62, 65).tick | |
sleep 1 | |
end | |
live_loop :two do | |
sync :main | |
play (ring 48, 47).stretch(8).tick | |
end | |
live_loop :three do | |
sync :main | |
with_fx :vowel, voice: rrand_i(0, 4), vowel_sound: rrand_i(1, 5) do | |
play 72, amp: rrand(0.6, 0.8) | |
with_fx :echo, phase: 0.25 do | |
sample :drum_cymbal_closed | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment