Skip to content

Instantly share code, notes, and snippets.

@creationix
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save creationix/5f4fcec253f76f1d17a2 to your computer and use it in GitHub Desktop.
Save creationix/5f4fcec253f76f1d17a2 to your computer and use it in GitHub Desktop.
Takeoff for sonic pi
sample :ambi_drone, rate: 0.5
sample :ambi_drone, rate: 0.3
sample :ambi_drone, rate: 0.7
for i in 0..1000
sample :ambi_soft_buzz, rate: (0.3 + i * 0.01)
sample :ambi_soft_buzz, rate: (5 - i * 0.01)
sleep 0.5 / (i / 10 + 1)
end
sample :ambi_lunar_land
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment