Created
January 11, 2022 20:24
-
-
Save mbutz/a9b6b285747852d9361a3461ac157c2d to your computer and use it in GitHub Desktop.
#42 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 #42 from 100 | |
-- 042-2022-01-11.tidal | |
d1 | |
$ jux ((fast 2) . rev . (# pan (choose [0, 0.5, 0.75, -1]))) | |
$ every 2 (fast 2 . rev) | |
$ s "superfm" | |
|>| n ("[c g f bf]" + "[0, 7, -5, 12]") | |
# legato 1 |>| gain "1 0.75 0.5 0.75" | |
# room 0.6 # size 0.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment