Created
March 31, 2016 02:33
-
-
Save nicoder/93190fefe9a98d1b26aac438bf7214ef 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 :l do | |
play (ring 49, 50).tick | |
sleep 1 | |
end | |
live_loop :a do | |
#sync :l | |
play (knit 56, 4, 57, 4).tick, release: 0.4, amp: 0.5 | |
sleep 0.25 | |
end | |
live_loop :b do | |
# sync :l | |
use_synth :mod_fm | |
play 49, note: 162, divisor: 20, release: 2 | |
sleep 2 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment