Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created October 3, 2021 19:03
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/1460d08866bd906f7c2509b39ae03ce0 to your computer and use it in GitHub Desktop.
Save nicoder/1460d08866bd906f7c2509b39ae03ce0 to your computer and use it in GitHub Desktop.
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