Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created March 1, 2017 03:47
Show Gist options
  • Save nicoder/40ed258bcd44c366ee344a90bd5a0869 to your computer and use it in GitHub Desktop.
Save nicoder/40ed258bcd44c366ee344a90bd5a0869 to your computer and use it in GitHub Desktop.
live_loop :p do
with_fx :whammy, mix: 0.75 do
play 48 + rrand_i(-1, 3)
end
sleep 1
end
live_loop :r do
#sync :p
with_fx :whammy do
play ring(60, 62, 64, 60).tick, amp: 0.2, release: 0.3
end
sleep 0.25
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment