Created
March 19, 2016 15:37
-
-
Save nicoder/e943ff490a0159ebc003 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 :a1 do | |
play 60, release: 0.3 | |
sleep 0.5 | |
end | |
live_loop :a2 do | |
# sync :a1 | |
use_bpm rrand(60, 480) | |
play (ring 48, 60, 72).tick + (ring -12, 12).look, release: rrand(0.2, 0.6) | |
sleep 0.5 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment