Skip to content

Instantly share code, notes, and snippets.

@nicoder
Created February 20, 2017 03:35
Show Gist options
  • Save nicoder/1fd8da604da4eafbfd4316ed5662f514 to your computer and use it in GitHub Desktop.
Save nicoder/1fd8da604da4eafbfd4316ed5662f514 to your computer and use it in GitHub Desktop.
live_loop :m do
sleep 1
end
live_loop :n do
sync :m
sample :ambi_soft_buzz
end
live_loop :o do
sync :m
sample :ambi_dark_woosh
sleep 2
end
live_loop :p do
sync :m
sample :ambi_drone
sleep 4
end
live_loop :r do
sync :m
play (ring 60, 62, 64).tick
end
live_loop :s do
sync :m
play (ring 48, 47, 45).stretch(6).tick
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment