Created
January 10, 2017 20:10
-
-
Save rbxbx/7636e53b0513c95e4b0a44a77af19d2c to your computer and use it in GitHub Desktop.
This file contains 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
bps 2 | |
d1 $ sound "numbers:1 numbers:2 numbers:3 numbers:4" # pan "0 0.5 1" # vowel "a ~ e i o u ~ ~ ~" # gain "0.6" | |
d2 $ whenmod 8 6 (striate 32 . loopAt 6) $ sound "bd:9*2" | |
d3 $ slow 1 $ sound "~ hh:8 ~ hh:8" # crush "8" | |
d4 $ sound "~ cp:6/3" # crush "6" # delay "2.5" |+| delayfeedback "0.5" |+| delaytime "0.5" | |
d5 $ slow 2 $ every 4 (|=| up "12 -9 24 -7") $ every 6 (rev) $ sound "[bottle*3, can:3*6, metal(6,7)]*2" # up "-12 9 24 17" # gain tri1 |+| delay "1" |+| delayfeedback "1.5" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment