Created
December 26, 2016 21:48
-
-
Save poppingtonic/931500449397b12ade3e65607dabba12 to your computer and use it in GitHub Desktop.
Sonic PI Livecoding Snippet #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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