Skip to content

Instantly share code, notes, and snippets.

@poppingtonic
Created December 26, 2016 21:48
Show Gist options
  • Save poppingtonic/931500449397b12ade3e65607dabba12 to your computer and use it in GitHub Desktop.
Save poppingtonic/931500449397b12ade3e65607dabba12 to your computer and use it in GitHub Desktop.
Sonic PI Livecoding Snippet #1
live_loop :lloop do
with_fx :reverb, room: 0.5 do
sample :bd_boom, amp: 10, rate: 1
end
play 55
sleep 0.8
play 52.3
sleep 0.25
play 52.63
sleep 0.25
play 52.3
sleep 0.35
play 52.3
sleep 0.4
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment