Created
April 21, 2016 15:32
-
-
Save nicoder/0eb9186ad1ed43f521223ef381371945 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 (ring :perc_swash, :perc_till).tick | |
sleep 0.5 | |
end | |
live_loop :b do | |
#sync :a | |
play (ring 38, 45).stretch(4).tick, release: 0.2, amp: (line 0.2, 2, steps: 16).mirror.look | |
sleep 0.125 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment