Skip to content

Instantly share code, notes, and snippets.

@josephwilk
Created October 31, 2014 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josephwilk/c6c9ab68e65810a0844f to your computer and use it in GitHub Desktop.
Save josephwilk/c6c9ab68e65810a0844f to your computer and use it in GitHub Desktop.
live_loop :timer do
sleep 1
sleep 1
end
live_loop :drummer do
sync :timer
play degree(1, :A2, :major)
sleep 2
end
live_loop :beeping do
sync :timer
with_fx :echo do
with_fx :reverb do
play 60
sleep 2
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment