Skip to content

Instantly share code, notes, and snippets.

@samaaron
Created August 28, 2015 19:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save samaaron/bdcb45ee1896ef2a0266 to your computer and use it in GitHub Desktop.
Save samaaron/bdcb45ee1896ef2a0266 to your computer and use it in GitHub Desktop.
## 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