Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created March 31, 2016 02:33
Show Gist options
  • Save nicoder/93190fefe9a98d1b26aac438bf7214ef to your computer and use it in GitHub Desktop.
Save nicoder/93190fefe9a98d1b26aac438bf7214ef to your computer and use it in GitHub Desktop.
live_loop :l do
play (ring 49, 50).tick
sleep 1
end
live_loop :a do
#sync :l
play (knit 56, 4, 57, 4).tick, release: 0.4, amp: 0.5
sleep 0.25
end
live_loop :b do
# sync :l
use_synth :mod_fm
play 49, note: 162, divisor: 20, release: 2
sleep 2
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment