Created
October 3, 2021 19:03
-
-
Save nicoder/1460d08866bd906f7c2509b39ae03ce0 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 | |
use_synth :fm | |
play 60 - (ring 12, 7, 5).stretch(4).tick | |
sleep 1 | |
end | |
live_loop :b do | |
sync :a | |
with_fx :echo do | |
play 72 + (ring 0, 2, 4).mirror.tick | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment