Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created March 19, 2016 15:37
Show Gist options
  • Save nicoder/e943ff490a0159ebc003 to your computer and use it in GitHub Desktop.
Save nicoder/e943ff490a0159ebc003 to your computer and use it in GitHub Desktop.
live_loop :a1 do
play 60, release: 0.3
sleep 0.5
end
live_loop :a2 do
# sync :a1
use_bpm rrand(60, 480)
play (ring 48, 60, 72).tick + (ring -12, 12).look, release: rrand(0.2, 0.6)
sleep 0.5
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment