lucy_rode.tidal 2.45 KB
Newer Older
PLN committed
1 2
import Sound.Tidal.ParVagues.Control

PLN (Algolia) committed
3 4
once $ "dr"

PLN committed
5 6 7 8 9 10 11 12
resetCycles

-- Lucy Rode
do
  let chord = "ds3'major7'6"
  let chorus = pF "chorus"
  let mix = pF "mix"
  let modIndex = pF "modIndex" -- 0.2
PLN committed
13
  let vibrato = pF "vibrato"
PLN (Algolia) committed
14 15
  let g  = (# djfbus 1 (range 0.02 0.98 "^49"))
  let g2 = (# djfbus 2 (range 0.1 0.9 "^50"))
PLN (Algolia) committed
16
  setcps (60/60/4)
PLN (Algolia) committed
17
  d1 $ g -- Beat
PLN (Algolia) committed
18
    $ fast 2
PLN (Algolia) committed
19
    $ midiOn "^41" (<|  "k k k <k!3 <k k*2>>")
PLN committed
20 21
    $ midiOn "^42" (<| "k . k <~ [<~ k> <k ~>]>")-- RubADub
    $ midiNo "^41" "^42" (<| "<k <k*2 k(3,8)>>")
PLN (Algolia) committed
22
    $ "[jazz,kick:5]"
PLN (Algolia) committed
23
    # midiG' "^78" 0 1.5
PLN committed
24
  d2 $ g -- Break
PLN committed
25
    $ midiOn "^43" (scramble 4 . often (ply 2))
PLN committed
26
    $ midiOn "^75" (struct "t*[8 16]")
PLN (Algolia) committed
27 28 29 30
    $ slice 4 (run 8)
    $ loopAt 1
    $ "break:15"
    # pan 0.35
PLN committed
31
    # cut 2
PLN (Algolia) committed
32 33
    # speed (range 0 2 "^51")
    # midiG' "^79" 0 1.6
PLN committed
34
  d3 $ g -- Drumroll
35 36
    $ midiOn "^44" (ply 2)
    $ midiOn "^76" (ply 2)
PLN committed
37 38 39 40 41
    $ midiOn "^41" (
      (# room 0.4)
      . (# dry (slow 64 $ range 0.5 1.5 perlin))
    )
    $ whenmod 4 3 (fast "<2 4 [4 8] 8>")
42 43
    $ fast "2 4"
    $ "[drum:2,dr]"
PLN (Algolia) committed
44
    # pan 0.7
PLN committed
45
    # midiG' "^80" 0 1.8
PLN (Algolia) committed
46
  d4 $ g2 -- Bassline pompée
47
    $ midiOn "^89" (chop 2)
PLN (Algolia) committed
48 49 50 51 52 53 54 55
    $ midiOn "^57" (ply 2)
    $ note (scale "aeolian" (
      "0*8"
      |+ (fast 4 $ arp "up"
      "<ds3'major7'4!2 <ds3'major7'4 [ds3'major7'4|ds3'major7'6]> ds3'major7'8>")
      + "<0!6 7!2>"
    ))
    # "bassWarsaw"
56
    # crushbus 41 (range 10 2 "^53")
PLN (Algolia) committed
57 58
    # room 0.4
    # pan 0.2
59
    # midiG' "^81" 0 1.8
PLN (Algolia) committed
60
  d6 $ g2 --Rhodes arps
61
    $ midiOn "^58" (+| note (arp "converge up" "[0,12,0,12]*8"))
PLN committed
62 63 64 65 66 67 68 69 70 71 72 73
    $ juxBy 0.8 (
      (# modIndex 15)
      . (# cut 61)
    )
    $ note (scale "aeolian" (
      (arp "up" chord)
      +| "0*<2 4 4 2> 7(3,8)"
    ))
    # "FMRhodes1"
    # cut 6
    # midiG' "^82" 0 1.8
    # room 0.2 # dry 2 # sz 0.8
PLN (Algolia) committed
74
    # pan 0.8
PLN committed
75 76
    # crush (range 10 3.7 "^54")
    # modIndex (range 0 4.19 "^34")
PLN (Algolia) committed
77
  d7 $ g2 -- Hope's Hammond
PLN committed
78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
    $ ("0.125" ~>)
    $ fast 2
    $ midiOn "^59" (
      sometimesBy "^35" (superimpose
        (# voice 7) . (|* gain 0.8)
        . (|- note 12)
      )
      . sometimesBy (1 - "^35") (|* gain 0.65)
      . fast 2
      . (|+ note 12)
    )
    $ note (("[0 12 0 <~!6 12!2>]" |+ (slow 2 $ arpeggiate chord)))
    # "superhammond"
    # voice 6
    # octave 6
    # room 0.5 # sz 0.6
    # pan 0.74
    # sustain (range 0.125 0.5 "^55")
    # midiG' "^83" 0 1
PLN (Algolia) committed
97
  d10 $ g -- Le clap des abysses
PLN (Algolia) committed
98 99
    $ "~ c ~ [c*<1 2> ~]" # "cp"
    # room 0 # sz 0 # dry 1
100
    # note "-4"
PLN (Algolia) committed
101
    # midiG' "^84" 0 1.2