Skip to content

Instantly share code, notes, and snippets.

@nicoder
Last active March 30, 2016 02:39
Show Gist options
  • Save nicoder/db6c238799b98f9b8d9c to your computer and use it in GitHub Desktop.
Save nicoder/db6c238799b98f9b8d9c to your computer and use it in GitHub Desktop.
live_loop :a do
sample :elec_ping
sleep 1
end
live_loop :b do
# sync :a
play (ring 69, 64, 62, 60, 62, 64).tick
sleep 0.75
end
live_loop :c do
sync :a
play (knit 48, 4, 47, 4, 45, 8).tick
end
live_loop :d do
sync :a
play (ring 69, 71, 72).tick, release: 1.5
sleep 2
end
live_loop :e do
sync :a
sleep 4
sample :elec_cymbal
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment