blade-piano.tidal 1.21 KB
Newer Older
1 2 3 4 5
setcps (-1)

setcps (0.5)

d1
PLN (Algolia) committed
6 7 8
$ fast 2
$ whenmod 64 32 (# silence)
$ whenmod 32 16 (rev)
9
$ chop "<1 2> <4 4 1 1>"
10 11
$ s "cs80leadMH*2"
# note (scale "major" "<[0 3] [3 5] [5 7] [7 10]>")
12 13
# room 0.3
# dry 2
PLN (Algolia) committed
14
# gain 0.9
15 16

d2
PLN (Algolia) committed
17
$ whenmod 64 48 (# silence)
18
-- $ fast 2
PLN (Algolia) committed
19 20
$ every 4 (off 0.75 id)
$ off 0.5 id
21
$ s "reverbkick(<2 4 4 4 3 4>,4)"
PLN (Algolia) committed
22
# gain 0.7
23 24

d3
PLN (Algolia) committed
25
$ whenmod 64 48 (# gain 0)
26
-- $ whenmod 64 8 (# gain 1)
27
$ fast 2
PLN (Algolia) committed
28
$ every 2 (off 0.25 id)
29 30 31 32
$ s "~ cp"
# s "realclaps"
# pan 0.4

33 34
d4 -- drumrolls
$ someCyclesBy 0.2 (slow 2)
35 36 37 38
$ s "[dr*4 <dr*4 [dr*4 ~]>]"
# pan 0.2

d6
39
$ swing 3
40 41 42 43
$ whenmod 31 24 (|+ note 0)
$ whenmod 31 16 (|- note 7)
$ whenmod 31 8 (|+ note 0)
$ whenmod 31 0 (|+ note 7)
PLN (Algolia) committed
44
$ someCyclesBy 0.2 (off (1/16) id)
PLN (Algolia) committed
45 46
$ someCycles (off (1/8) (|- 7))
$ superimpose ((|- note 21) . (# gain 0.7))
47
$ note (
48
  -- 3 * (-7) +
49
  (scale "major" "[0, 3, 5]") +
50 51
  "<0 5 7 12>"
  )
52
# s "cheapPiano1"
PLN (Algolia) committed
53
# gain 0.8
54 55 56 57

d5
$ whenmod 16 14 (# velocity 0.5)
$ whenmod 16 10 (stut 8 0.5 0.1)
58 59
-- $ whenmod 16 8 (off 0.25 ((|+ note 7) . rev))
$ whenmod 16 0 (off 0.125 ((|+ note 7)))
60
$ someCyclesBy 0.2 (# release 0.2)
61
-- $ off 0.125 ((# s "superpiano") . (|- note 7))
62 63 64
$ s "superpiano"
# note (scale "major" "<[0 3] [3 5] [5 7] [7 10]>" - 7)
# pan 0.8
PLN (Algolia) committed
65
# velocity 0.8