Created
March 30, 2021 14:31
-
-
Save mbutz/867f45af2ec8a93d1a571358941d27e6 to your computer and use it in GitHub Desktop.
#31 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 #31 from 100 | |
-- 031-2021-03-30.tidal | |
d1 | |
$ fast 4 | |
$ sometimes (off 0.25 (rev)) | |
$ rarely (off 0.75 (rev)) | |
$ sometimes (0.75 ~>) | |
$ (|+ n "<12 7 -12>") | |
$ n (scale "mixolydian" "0? 2 [4] 7?") # "supersquare" | |
# gain (range 0.75 0.85 sine) | |
# lpf (range 200 1000 $ fast 2 sine) # legato 1.5 | |
# room 0.75 # sz (range 0.25 1 rand) | |
d2 $ n "[0 [~ 2] 4 [6 8], 0 1 5 0]" # s "cpu" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment