piano_fight.tidal 2.23 KB
Newer Older
1 2 3
-- Arène: Battle de piano
-- Tags: Hip-Hop, piano, energique
-- Ready: 8/10 (Melody+, Variations+, Parts+)
PLN (Algolia) committed
4 5 6
resetCycles

do
7 8 9 10 11 12 13 14 15
  solo 1 -- Beat anticipateur
  solo 2 -- Snare contretemps rushé
  solo 3 -- Drumroll metronomique
  solo 4 -- Toms+hats balancés (TODO less digital toms)
  solo 5 -- Piano J1
  solo 6 -- Piano J2
  setcps (120/60/4)
  d1 -- Kick écho décalé
    $ whenmod 16 12 ( -- Break silence
PLN (Algolia) committed
16 17 18 19 20 21
      mask "t(1,2)"
    )
    $ whenmod 4 3 (
      (>| n "0(3,8) . ~")
      . (|+ gain "0 0.05 0.1 0.15")
    )
22 23 24
    $ whenmod 16 4 (juxBy 0.25 ( -- Echo decale
      (slow 4 "<0.5 0.125>" ~>) . (|* gain 0.85)
    ))
PLN (Algolia) committed
25
    $ n "0"
26
    # s "reverbkick" # gain 0.85
PLN (Algolia) committed
27
    # cut 1
28 29 30 31
    # lpf (slow 16 $ "<10000 5000 2500 1000>")
  d2 -- Snare contretemps rush final
    $ juxBy 0.7 (# crush 8)
    $ whenmod 16 12 ( -- Break silence
PLN (Algolia) committed
32 33 34
      fast "<0!4 1 2 4 8>"
    )
    $ s "~ snare:48"
35
    # gain 0.7
PLN (Algolia) committed
36 37
    # note (slow 2 "<0 1>" - 6)
  d3 -- Metrono-roll
38
    $ whenmod 16 12 ( -- Break silence
PLN (Algolia) committed
39 40
        slow "<2!6 [0.5 0.25] 0.25>"
    )
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
    $ someCyclesBy "<0!3 <0.5!3 0.75>>" (almostAlways $ fast "2 [2|4]")
    $ s "dr*4" # gain 0.85
    # pan "<0.3 0.7 [0.3 0.7] [0.7 0.3]>"
  d4 -- Toms + Hats
    $ superimpose (
      someCycles (degradeBy "0 0.5!7")
      . (# s "hh:0")
      . (# note "<0!3 <-2 2>>")
      . (# crush 16)
      . (# pan (slow 2 $ range 0.4 0.6 sine))
      )
    $ every' 2 1 (often ((1/16) ~>))
    $ whenmod 64 32 (juxBy 0.7 rev)
    $ whenmod 32 16 (hurry 0.75 . fast 2)
    $ s "[808lt(5,8,<0 4>),808mt:1(<3!3 5!3>,8,[0|3])]"
    # gain 0.7
    # pan 0.45
    # lpf (slow 4 $ range 1200 600 sine)
PLN (Algolia) committed
59
  d5 -- Piano J1
60 61
    $ swingBy (slow 16 "<0!2 1/3 0.5>") 8
    $ mask (slow 16 $ "<f t>") -- Rounds
PLN (Algolia) committed
62 63 64 65 66 67
    $ note (
      "0!6 [~ 0] <-2!3 3 -2!2 3!3 7 9 7 5 3 -2!2>" -- rythme+melody 16
       + "d4")
    # sustain (1/4)
    # s "superpiano"
    # velocity (0.75 - (perlin * 0.15))
68 69
    # gain 0.75
    # room 0.35 # sz 0.6
PLN (Algolia) committed
70
  d6 -- Piano J2 accords fous !
71
      $ mask (slow 16 $ "<f f t t>") -- Rounds
PLN (Algolia) committed
72 73 74 75 76 77
      $ note (
        "[<0!15 0?> <0!7 ~> <~!3 0> 0]*4" -- rythme fou
         + "<d6'maj f6'maj c6'min d6'maj>")
      # sustain (1/4)
      # s "superpiano"
      # velocity (0.6 + (perlin * 0.15))
78 79
      # gain 0.6
      # room 0.3 # sz 0.8 # dry 1.1