Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created March 22, 2016 03:57
Show Gist options
  • Save nicoder/327b7a93b4f33da04f6d to your computer and use it in GitHub Desktop.
Save nicoder/327b7a93b4f33da04f6d to your computer and use it in GitHub Desktop.
live_loop :d do
sample :bd_808
sleep 1
end
live_loop :d2 do
sync :d
sleep 0.5
with_fx :echo, phase: 0.7, mix: rrand(0.1, 0.2) do
sample :bd_ada, start: rrand(0.1, 0.2), attack: 0.05
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment