nass.tidal 989 Bytes
Newer Older
PLN (Algolia) committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
setcps 1

d1 -- TECHNO RYTHM
$ every' 8 6 (# silence)
$ fix (# s "snare:2") (s "s")
$ fix (# s "kick:2") (s "k")
$ s "k <s s s s*2>"
# gain 0.7

setcps 0.65

-- DNB
d1
$ fix (
PLN (Algolia) committed
15 16
  -- nass
  (# s "[nass,sn:1]") .
PLN (Algolia) committed
17 18
  (someCyclesBy 0.1 (# attack 0.5)) -- cut, presque scratch
) (s "t")
PLN (Algolia) committed
19
$ fix (# s "kick:8") (s "p")
PLN (Algolia) committed
20 21
-- $ s "bd ~ s ~ ~ bd s <~ s>"
$ s "p ~ t <~ t ~ ~> ~ p t <~ p>"
PLN (Algolia) committed
22
-- # gain 0.9
PLN (Algolia) committed
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


d2 -- bass
$ every 2 (swing 0.5)
$ off 0.25 ((|-| note 7) . (# gain 0.6))
$ s "bass3(<3 5 3 0>,8)"
# release (0.5 + rand/2)
# note (scale "major" "<0 <4 0> 0>")
# gain 0.8

d3 -- hit roll
$ someCyclesBy 0.2 (fast 2 . (# s "dr") . (# gain 0.85))
$ s "<hh*4 hh*4 hh*4 [hh*4 ~]>"
# s "hh"
# release 0.5

d4 -- lead
$ someCycles (off 0.125 (|- 7))
$ someCycles (off 0.25 (|- 0))
$ n (scale "major" "<0 [0,7] [0,5] 0>")
# s "phazer"
# gain 0.55

d5 --
$ euclid "<1 3 2 5>" 8
$ superimpose (|+ note 7)
$ off 0.125 (|- note 7)
$ s "[cs80leadMH,defaultB]"
|+ note (scale "major" "<0 3 5 7 3 0>")
# gain 0.8