-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathideas-06-2023-onwards.tidal
46 lines (27 loc) · 1.58 KB
/
ideas-06-2023-onwards.tidal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
-- idea 1 -- baggage claim
-- 130bpm
d1 $ degradeBy 0.2 $ sound "xmas*8"
d5 silence
-- d1 $ every 8 (const $ sound "xmas*16") $ sound "xmas(3,8)"
d2 $ sound "hh? [xmas:33 xmas:33?]"
d3 $ ((1/8)<~) $ stut 4 0.5 0.125 $ n "<[<a6 c7 e7 g7>*2 ~][~]>" # s "ultrasaw" # legato (range 0.1 0.4 $ perlin)
d4 $ stack [
slow 2 $ "sheffield" # legato 0.25 # begin 0.25,
stut 16 0.5 (1/16) $ slow 2 $ sound "808:2 ~"
]
d5 $ every 4 (density 2) $ every 2 (# speed (-1)) $ (chop 8 $ sound "<cstm cstm:1>"
# legato 1 # begin (slow 1 $ range 0.1 0.5 $ saw) # end (slow 1.3 $ range 0.1 1 $ saw) # gain 1.1 # triode 1) # pan (rand)
-- idea 2 -- Citypop song
setcps(125/60/4)
d1 $ whenmod 3 1 ((fast 1.2).(trunc (5/6)).(zoom (0, 5/6))) $ stack [sound "xmas xmas xmas ~ ~ ~", sound "hh*6"]
d3 $ sound "xmas*4"
d4 $ fast 4 $ sound "jhh:1 jhh:3 jhh:9 ~" # gain 0.5
d4 silence
d1 $ slow 2 $ sometimes (jux rev) $ chop "1 2" $ timeCat [(1, n "f4 a4 ds4 ~ ~"), (1.2, n "f4 a4 ds4 ~ ~ ~"), (1,n "f4 a4 ds4 ~ ~")] |+| n "[12|24]" # s "supersaw" # voice "0" # legato 0.2
d2 $ sound "~ ~ ~ <~ xmas:34>"
d3 $ slow 2 $ every 8 (const $ sometimes (density 2) $ sound "xmas*8") $ timeCat [(1, sound "xmas hh sn:2 808:2 ~"), (1.2, sound "xmas hh sn:2 casio:1 <casio:3 birds> 808:2"), (1,sound "xmas hh sn:2 808:2 808:2")] # legato 1
d4 $ slow 2 $ sometimes (density 1) $ chop 1 $ rarely (# speed "[2|[4,2]]") $ often (rev) $ sometimes (density 4) $ n "<g5 f5 [f5 a5 ds5 g5][d5 c5 a5 as5]> _ _ _" # s "futuresaw" # legato 1 # hpf 1000
d4 silence
d5 $ degrade $ sound "hh*16" # gain 1.1
d3 silence
d3 $ fast 1 $ sound "[xmas]*4"