Created
March 28, 2021 18:08
-
-
Save mbutz/727d0879fd60d9eb68efdd8c30434ba4 to your computer and use it in GitHub Desktop.
#30 of my 100-Patterns-with-TidalCycles exercise.
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
-- Pattern #30 from 100 | |
-- 030-2021-03-28.tidal | |
d1 | |
$ n "[a3 e3 e4 d5 c3 g4 g3 d4]*2?" # "superhammond" | |
# lpf 750 | |
# resonance (range 0.025 0.5 $ slow 2 $ sine) | |
# octer (range 0 1 $ sine) | |
# octersub (range 0 1 $ cosine) | |
# gain (range 0.6 1 rand) | |
d2 | |
$ loopAt 1 $ s "breaks125:0" | |
d3 | |
$ s "jungle:5!3 [jungle:5?~~jungle:5?]" # speed 2 # gain 1.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment