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 #28 from 100 | |
-- 028-2021-03-20.tidal | |
d1 | |
$ juxBy 0.75 brak | |
$ s "[808lt:1 [~ 808mc 808mc:3 ~] 808oh*2 [~ 808lt]]" | |
# room (sine*0.25) | |
# size (sine*0.75) | |
d2 $ s "[~ jungle]*4" |
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 #27 from 100 | |
-- 027-2021-03-14.tidal | |
d1 | |
$ every 4 (linger "<0.25 0.5 0.75>") | |
$ loopAt 1 | |
$ slice "8" "[[0 0?] 1 [2? 4] 0 3 [3? 1] 6 7]" | |
$ s "break:4" | |
# legato 1 | |
# room 0.375 |
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 #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" | |
] |
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 #25 from 100 | |
-- 025-2021-03-05.tidal | |
d1 | |
$ jux rev | |
$ every 4 (fast 2) | |
$ slow 2 | |
$ s "sax" | |
# legato 1 | |
# lpfbus 2 "200 400 500 600 500 700 200 500" |
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 #24 from 100 | |
-- 024-2021-03-03.tidal | |
d1 $ stack [ ghost $ s "~ ab:10", s "bd!3 [~ bd]", s "[~ 808oh]*4" ] | |
d2 $ n "c3 f3 a2" <| gain "1 1 0 0 0 1 0 1" # s "supercomparator" # legato "0.25 0.5" |
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 #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 |
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 #22 from 100 | |
-- 022-2021-02-03.tidal | |
d1 $ ifp ((== 0).(flip mod 2)) | |
(striate 4) | |
(# room 1) $ | |
sound "dr55 [dr55:1 <dr55:4 dr55:5 dr55:6>]" | |
d2 $ slow 4 $ s (step' ["bass1", "newnotes"] "1101") | |
# n "[0 1] 4" |
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 #21 from 100 | |
-- 021-2021-01-31.tidal | |
d1 $ slow 2 $ note (scale "major" "[[0 4] [2] [4 6] [7 6], [2 6] [2] [6 5] [9 8]]" + "-12 12") | |
# sound "superpiano" # legato 4 | |
# gain 0.85 | |
# room 0.5 # size 0.75 | |
# delay 0.5 # delayfb 0.125 # delayt 1 | |
# orbit 1 |
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 #20 from 100 | |
-- 020-2021-01-18.tidal | |
d1 | |
$ jux rev | |
$ n (off (choose [0.25, 0.5]) (|+ (choose [7, 12])) | |
$ off 0.25 (|+ (-12)) "<c f g bf4 ef>") | |
# sound "supermandolin" | |
# legato 0.0375 | |
# attack 0.25 # release 4 |
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 #19 from 100 | |
-- 019-2021-01-16.tidal | |
d1 | |
$ slow 2 | |
$ s "supercomparator" | |
>| n (scale "dorian" "0 2 4 0 -1 3 2 1") | |
# legato 16 | |
# room 0.5 | |
# size 0.5 |