Created
January 1, 2022 20:59
-
-
Save nicoder/13c68cee91a580a341b41c86dc318c09 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 :ambi_choir, amp: rrand(0.2, 0.7) | |
sleep 1 | |
end | |
live_loop :b do | |
#sync :a | |
with_fx :echo do | |
play 60 + (ring 0, 12).tick, release: 0.2 | |
play 60 + (ring 7, 9, 5, 4).stretch(8).look, release: 0.2, pan: 0.2 | |
play 48 + (ring 7, 5, 5, 7).stretch(8).look, release: 0.2, pan: -0.2 | |
end | |
sleep 0.5 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment