Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created March 2, 2020 07:17
Show Gist options
  • Save nicoder/1a1e482fc7bf65c3133a7b2fbf0bca2f to your computer and use it in GitHub Desktop.
Save nicoder/1a1e482fc7bf65c3133a7b2fbf0bca2f to your computer and use it in GitHub Desktop.
live_loop :a do
with_fx :ping_pong, phase: 0.33 do
play 60
sleep 1
end
end
live_loop :b do
sync :a
with_fx :ping_pong, phase: 0.5 do
play 67
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment