Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created January 1, 2022 20:59
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/13c68cee91a580a341b41c86dc318c09 to your computer and use it in GitHub Desktop.
Save nicoder/13c68cee91a580a341b41c86dc318c09 to your computer and use it in GitHub Desktop.
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