Skip to content

Instantly share code, notes, and snippets.

@dalekmad
Last active November 4, 2015 15:34
Show Gist options
  • Save dalekmad/40f16922bd3e1910f493 to your computer and use it in GitHub Desktop.
Save dalekmad/40f16922bd3e1910f493 to your computer and use it in GitHub Desktop.
live_loop :three do
sample :ambi_choir , pan: 0.6, rate: 1, room: 1 , wobble: 6 , amp: 0.20
sleep 0.55
end
live_loop :for do
sample :ambi_dark_woosh, room: 1 , phase: 0.60
sleep 0.60
end
live_loop :dfe do
sample :ambi_soft_buzz, phase: 0.30, amp: 0.60
sleep 0.50
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment