Created
August 28, 2015 19:13
-
-
Save samaaron/bdcb45ee1896ef2a0266 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
## Sonic Pi triplets example | |
## http://sonic-pi.net | |
live_loop :triplets do | |
density 3 do | |
play :e4, release: 0.1 | |
sleep 1 | |
end | |
end | |
live_loop :beat do | |
sample :bd_haus, cutoff: 90 | |
sleep 0.5 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment