Skip to content

Instantly share code, notes, and snippets.

@dalekmad
Last active November 4, 2015 15:34
Show Gist options
  • Save dalekmad/8a37f2cad71eda253d75 to your computer and use it in GitHub Desktop.
Save dalekmad/8a37f2cad71eda253d75 to your computer and use it in GitHub Desktop.
#SciFi Hospital
#@dalekmad
live_loop :first do
sample :ambi_lunar_land , amp: 0.40
sleep 2
end
live_loop :new do
sample :ambi_piano , amp: 5
sleep 2
end
live_loop :ran do
sample :ambi_dark_woosh , room: 1 , amp: 5
sleep 0.45
end
live_loop :newone do
sample :bass_voxy_c , amp: 0.80, room: 5
sleep 3
end
live_loop :newtwo do
sample :ambi_drone, room: 2
sleep 0.50
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment