Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created January 19, 2015 05:17
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 nicoder/397ca5876eadf757c4ce to your computer and use it in GitHub Desktop.
Save nicoder/397ca5876eadf757c4ce to your computer and use it in GitHub Desktop.
live_loop :main do
with_fx :slicer do
play 60, attack: 0.5, release: 0.5
sleep 1
end
end
live_loop :kick do
#sync :main
sample :bd_tek
sleep 1
end
live_loop :snare do
# sync :main
sleep 0.5
with_fx :pan, pan: rrand(-1, 1) do
sample :drum_snare_hard, amp: 0.5
end
sleep 0.5
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment