Created
November 11, 2021 22:35
-
-
Save nicoder/5a9f73316ea90b060cf030eaf7894fac 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 :slicer, mix: rrand(0.5, 1) do | |
with_fx :vowel, mix: rrand(0.8, 1) do | |
use_synth :blade | |
play scale(60, :major).choose, pan: 0.5, release: rrand(0.25, 2) | |
use_synth (ring :dark_ambience, :fm).choose | |
play 60, pan: -0.5 | |
play 60 + (ring -12, 12).choose, pan: -0.5 | |
end | |
end | |
sleep 0.5 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment