Skip to content

Instantly share code, notes, and snippets.

@mbutz
Created May 23, 2021 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbutz/25af8dbd0e8cdf27fd58c7bfb4ad9244 to your computer and use it in GitHub Desktop.
Save mbutz/25af8dbd0e8cdf27fd58c7bfb4ad9244 to your computer and use it in GitHub Desktop.
#36 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #36 from 100
-- 036-2021-05-23.tidal
d1 $ degradeBy 0.75 $ n "[[0 2 3] 6*2 8, 5 10*4 8 10 [~] 5]" # s "yeah"
d2 $ n "[~ 5]*4" # s "linnhats" # gain 0.9 # begin 0 # end 0.175
d3 $ "3 3 3 [~ 3, 4]" # s "stomp"
d4 $ slow 4 $ n "<[g3, c4, f4] [g4, c4, bf3]>" # s "supersquare" # gain 0.5
# hold 16 # rel 2 # legato 4
>| lpqbus 2 (struct "t(<17 25>,32)" $ range 0 0.25 sine)
# lpf (segment 64 $ range 500 3000 sine)
|+ n "24"
d5
$ slow 2
$ n "f4 _ f4 [ef4 ~] ~ ~ ~ [~ bf4 c5?]" # s "bass8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment