Skip to content

Instantly share code, notes, and snippets.

@mbutz
Created April 30, 2021 09:57
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/96bae2775236beb49e0a81c77134a471 to your computer and use it in GitHub Desktop.
Save mbutz/96bae2775236beb49e0a81c77134a471 to your computer and use it in GitHub Desktop.
#34 of my 100-Patterns-with-TidalCycles exercise.
-- Pattern #34 from 100
-- 034-2021-04-30.tidal
-- the following is appropriated from Allison Walker
-- https://www.youtube.com/watch?v=uelz0Vbov-4
d1
$ fast 2
$ often
(off 0.25 (|+ gain 0.75) . (|+ speed 1.5) . (# room 0.85) . (# sz 0.75))
$ off 0.5 ((|- gain 0.25) . (|+ speed 0.5))
$ stack [
s "newnotes"
, s "~ ~ newnotes"
, s "~ ~ ~ newnotes ~ ~"
, s "~ ~ ~ ~ ~ newnotes ~ ~"
, slow 2 $ s "newnotes" # speed 0.75
, slow 2 $ s "[~ newnotes ~ newnotes, ~ newnotes ~ newnotes]" # speed 0.5
]
# n (choose [0..7])
# begin "<1 0 1>" # end "<0 1 0>"
# room 0.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment