Skip to content

Instantly share code, notes, and snippets.

@mbutz
Created February 21, 2021 11:01
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/29af891b7e745690bc7bb24efec2e5ed to your computer and use it in GitHub Desktop.
Save mbutz/29af891b7e745690bc7bb24efec2e5ed to your computer and use it in GitHub Desktop.
#23 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #23 from 100
-- 023-2021-02-21.tidal
d1 $ n (every 2 rev $ segment 16 $ range 0 32 $ sine) # s "mouth" # gain (range 0.25 1.25 rand)
d2 $ struct (every 3 inv "t f t*2 f") $ s "mouth" # gain 0.85 # speed 0.0675 # room 0.75 # orbit 1
d3 $ n (run "<4 8>") # s "mouth" # speed 0.5
d4 $ struct (every 2 inv "t(3,8)?") $ s "mouth:3" # gain 0.85 # speed 0.02 # room 0.75 # orbit 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment