Created
July 7, 2021 16:20
-
-
Save mbutz/c79eb922cb604bc643e0c452940c4ac6 to your computer and use it in GitHub Desktop.
#39 of my 100-Patterns-with-TidalCycles exercise.
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
-- Pattern #39 from 100 | |
-- 039-2021-07-07.tidal | |
d1 | |
$ every 2 (degradeBy 0.25) | |
$ struct "t(<5, 9 , 7>,16)" | |
$ (off 0.5 (|+ gain (range 0.25 1 rand))) | |
$ n (scale "minor" $ floor <$> (fast 5 (range 0 12 sine))) | |
# s "omi" # legato (slow 4 $ range 1 4 cosine) | |
# room (range 0.125 0.75 $ slow 4 sine) | |
# size (range 0.25 0.75 $ slow 4 sine) | |
# shape (slow 4 $ range 0.75 0.955 sine) # orbit 1 | |
# gain 0.5 | |
xfade 1 8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment