Created
May 13, 2021 15:21
-
-
Save mbutz/342968341889594187449b2771344845 to your computer and use it in GitHub Desktop.
#35 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 #35 from 100 | |
-- 035-2021-05-13.tidal | |
d1 | |
$ segment 16 $ struct "t(<3 5 7 9>,16)" $ shuffle 6 | |
$ n (scale "ionian" "0 . 2 4 . 7 0 2") # s "tides" |+ "c5" | |
# legato 4 | |
# gain (range 0.75 1.25 rand) | |
# room 0.5 | |
# size 0.85 | |
# orbit 1 | |
d2 $ slow 8 $ n "-5 2 0 -3 -5 2 0 7" # "bass8" | |
# rel 4 # gain 1.25 # orbit 2 | |
d3 | |
$ segment 16 $ struct "t(<9 7 3 5>,16)" $ shuffle 8 | |
$ n (scale "ionian" "0 . 2 4 4 . 7 9 0 2") # s "tides" |+ "d5" | |
# legato 4 | |
# gain (range 0.75 1.25 rand) | |
# room 0.25 | |
# size 0.85 | |
# orbit 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment