Skip to content

Instantly share code, notes, and snippets.

@mbutz
Created March 6, 2021 21: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/48e303f8b449bcdd41e3e722ca0f732f to your computer and use it in GitHub Desktop.
Save mbutz/48e303f8b449bcdd41e3e722ca0f732f to your computer and use it in GitHub Desktop.
#26 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #26 from 100
-- 026-2021-03-06.tidal
d1 $
(# s "superhammond") .
(# legato 0.75) $ cat
[
n "a2 a2 ~ c3 e2 ~ d2 ~"
, n "d2 a2 ~ e3 d2 ~ ~ d3"
]
d2 $ n "0 0 0 0" # s "kicklinn"
d3 $ n "[~ 7]*4" # s "ho" # end "0.25" # gain 0.9
d4 $ jux (slow 2) $ fast 2 $ n "[d5, c5, g5, a5]" # s "supersaw" # legato 2 # lpf 1000 # lpq 0.8
>| gain "0.4 0.15 0.6 0.15 0.125 0.4"
d5 $ loopAt 1 $ s "break:6" # hpf 700
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment