Skip to content

Instantly share code, notes, and snippets.

@mbutz
Created March 30, 2021 14:31
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/867f45af2ec8a93d1a571358941d27e6 to your computer and use it in GitHub Desktop.
Save mbutz/867f45af2ec8a93d1a571358941d27e6 to your computer and use it in GitHub Desktop.
#31 of my 100-Patterns-with-TidalCycles exercise.
-- 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