Created
April 30, 2021 09:57
-
-
Save mbutz/96bae2775236beb49e0a81c77134a471 to your computer and use it in GitHub Desktop.
#34 of my 100-Patterns-with-TidalCycles exercise.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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