Created
March 1, 2017 03:47
-
-
Save nicoder/40ed258bcd44c366ee344a90bd5a0869 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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