Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created February 28, 2017 03:33
Show Gist options
  • Save nicoder/cd2c0de5d55f49a9ca3e4f7621fd34bf to your computer and use it in GitHub Desktop.
Save nicoder/cd2c0de5d55f49a9ca3e4f7621fd34bf to your computer and use it in GitHub Desktop.
live_loop :main do
play 60
play (ring 62, 65).tick
sleep 1
end
live_loop :two do
sync :main
play (ring 48, 47).stretch(8).tick
end
live_loop :three do
sync :main
with_fx :vowel, voice: rrand_i(0, 4), vowel_sound: rrand_i(1, 5) do
play 72, amp: rrand(0.6, 0.8)
with_fx :echo, phase: 0.25 do
sample :drum_cymbal_closed
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment