blue_mind.tidal 2.7 KB
Newer Older
1 2
setcps 0.4

PLN (Algolia) committed
3 4 5 6 7 8 9 10 11
do
  solo 1 -- Kick
  solo 2 -- Snares
  solo 3 -- Drums
  solo 4 -- 
  solo 5
  solo 6
  unsolo 7

12 13 14
do
  d1 -- KICK TECHNOFICATION
    $ sometimesBy "0 0 0.1 0" (# silence) -- skip beat
PLN (Algolia) committed
15
    $ s "k*2"
16
    # s "jazz"
PLN (Algolia) committed
17
    # gain 0.7
18
  d2
PLN (Algolia) committed
19
    $ whenmod 16 8 (sometimes (stut 2 0.7 (1/12)))
20 21 22 23 24
    $ n "0(1,8,<1 .. 7>)"
    # s "snare:13"
    # gain 0.6
  d3
    -- $ rarely (fast 2)
PLN (Algolia) committed
25 26
    $ sometimes (fast 2)
    $ always (fast 2)
27 28
    $ s "d*4"
    # s "drum:8"
PLN (Algolia) committed
29 30
    # gain 0.8
  d4 $ s "hh(6,16)" # gain 0.9 # n "<0!3 [0!3 1]>"
31 32
  -- Pianos
  -- Graves accords sustain
PLN (Algolia) committed
33 34 35 36 37 38 39 40 41 42 43
  d5 -- Basse
    $ s "supersaw"
    # note (scale "aeolian" (
      "<c'maj e'maj [c'maj e'maj] [e'maj c'maj]>"
      + "<<0!3 -1> 0 0 <2!3 1>>"
    ) - 24
    )
    # voice 0.1
    # gain 0.4
  d7 -- Cloches
    $ off 0.25 (|+ note "<12 0>")
44 45 46 47 48 49 50
    $ off 0.125 (|+ note 12)
    $ note (scale "aeolian" (
      "<c'maj e'maj>"
      + "<<0!3 -1> 0 0 <2!3 1>>"
    ) - 24
    )
    # s "superfork"
PLN (Algolia) committed
51
    # gain 0.6
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
  d6
    $ whenmod 64 32 (superimpose (-- Arps!
      whenmod 128 64 (swing 2)
      . (off 0.5 (degradeBy "1 1 1 0" . rev))
      . (arp "up")
      . (# velocity (0.4 - (slow 32 $ saw * 0.3)))
      . (|- note 12)
      ))
    $ (0.25 ~>)
    $ note "0*8"
    # note (scale "aeolian" (
      "<c'maj>"
      + "<<0!3 -1> 0 0 <2!3 1>>"
    ) + "<0 12 [0,12]>"
    )
    # s "supersaw"
    # velocity 0.3
    # gain 0


-- Setup: solennel, hip, calme

do
  d1 -- KICK Heartbeat rempli
    $ s (slowcat ["k*2 ~ k ~",
        "k ~ k ~",
        "k(<5 7>,8,<0,5>)",
        "k ~ k ~"
        ])
    # s "jazz"
    # gain 0.65
  d2
    $ sometimes (fast 2)
    $ whenmod 16 8 (sometimes (stut 2 0.7 (1/12)))
    $ degradeBy "<1 0.75 0.5 0.25>"
    $ n "0*8"
    # s "snare:13"
    # gain 0.6
  d3
    $ often (fast 2)
    $ s "d(3,8,<0!7 4>)"
    # s "drum:8"
    # gain 0.8
  d4 $ s "hh*4" # gain 0.6
  -- Pianos
  -- Graves accords sustain
  d5
    $ off 0.125 (|+ note 12)
    $ note (scale "aeolian" (
      "<c'maj e'maj [c'maj e'maj] [e'maj c'maj]>"
      + "<<0!3 -1> 0 0 <2!3 1>>"
    ) - 12
    )
    # s "superpiano"
    # velocity 0.3
    # sustain 1
  -- Aigu fou
  d6
    $ whenmod 64 32 (superimpose (-- Arps!
      whenmod 128 64 (swing 2)
      . (off 0.5 (degradeBy "1 1 1 0" . rev))
      . (arp "up")
      . (# velocity (0.4 - (slow 32 $ saw * 0.3)))
      . (|- note 12)
      ))
    $ (0.25 ~>)
    $ note "0*8"
    # note (scale "aeolian" (
      "<c'maj e'maj [c'maj e'maj] [e'maj c'maj]>"
      + "<<0!3 -1> 0 0 <2!3 1>>"
    ) + 12
    )
    # s "superpiano"
    # velocity 0.3
  d7
    $ s "supersaw"
    # note (scale "aeolian" (
      "<c'maj e'maj [c'maj e'maj] [e'maj c'maj]>"
      + "<<0!3 -1> 0 0 <2!3 1>>"
    ) - 24
    )
    # voice 0.1
    # gain 0.5