Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created November 11, 2021 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicoder/5a9f73316ea90b060cf030eaf7894fac to your computer and use it in GitHub Desktop.
Save nicoder/5a9f73316ea90b060cf030eaf7894fac to your computer and use it in GitHub Desktop.
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