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
47
48
49
50
51
52
53
54
55
56
57
setcps 1.00
d1
$ whenmod 32 30 (const
$ s "e:2 ~ [e:2 e:2] e:3 ~"
# s "electro1"
)
$ whenmod 32 28 (# silence)
$ someCyclesBy 0.05 (superimpose (fast 2) . (# gain 0.7))
$ s "reverbkick(2,4)"
# gain 0.9
d2
$ whenmod 32 24 (# silence)
$ someCycles (# s "hh")
$ s "<dr [dr*2 <~ dr*4>]>"
d4
$ whenmod 16 6 (# gain 0.8)
$ whenmod 16 4 (# gain 0.7)
$ whenmod 16 2 (# gain 0.6)
$ whenmod 16 0 (# gain 0.4)
$ off 0.25 ((|-| note 7) . (# gain 0.8))
$ s "bass3(<1 3>,8)"
# note (scale "major" "<0 <4 0> 0>")
# release (0.5 + rand / 2)
# gain 0
d5
$ whenmod 128 64 (jux rev)
$ whenmod 32 24 (off 0.125 id)
$ every 2 (# gain 0.8)
$ rarely (rev)
$ sometimes (superimpose (|-| note 7))
$ sometimes (superimpose (|+| note 14))
$ chop 4 $ s "sax"
# note (scale "major" "0 4 <7 0>")
# cut 1
# gain 0
d6
-- $ whenmod 32 31 (const $ s "moan" # gain 0.8 # crush 4)
$ whenmod 4 3 (# gain 0.6)
$ whenmod 4 0 (# gain 0)
$ degradeBy 0.3
$ superimpose (|+| note 7)
$ sometimesBy 0.2 (jux rev)
$ rev
-- $ chop 2
$ s "kurt"
# crush 5
# gain 0.6
# pan (rand)
once $ s "kurt:6"