Created
October 12, 2021 17:51
-
-
Save nicoder/614f97b16f9e867eeb69ef68b2a006ee 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 | |
with_fx :reverb do | |
play 60, pan: -1 | |
play (ring 60, 62, 65, 60).stretch(4).tick, pan: 1 | |
end | |
sleep 1 | |
end | |
live_loop :b do | |
#sync :a | |
with_fx :distortion, mix: rrand(0, 1) do | |
play 72 + 7, release: 0.2, amp: rrand(0.3, 1) | |
end | |
sleep 0.125 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment