Created
February 20, 2017 03:35
-
-
Save nicoder/1fd8da604da4eafbfd4316ed5662f514 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
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