naufrage.tidal 1.93 KB
Newer Older
1 2 3 4
-- Le naufrage : funky piano jumpy hypnotique
-- Tags: Techno, funk, piano
-- Ready: 5/10
-- Intro lead piano
5
-- TODO: "Grande theorie" avant drop kick
6
resetCycles
7 8

do
9
  solo 1 -- KICK!
10
  solo 2 -- Hats rolling
11 12 13
  solo 3 -- LEAD piano
  solo 4 -- guitar riff
  solo 5 -- Théorie du naufrage
14
  solo 6 -- Glitches
15
  setcps (110/60/4)
16 17
  d1 -- KICK
    $ whenmod 16 10 (slow 2)
18
    $ superimpose ((# "glitch") . (|* gain 0.9))
19 20
    $ "k k k <k k [~ k] k*2>" # "[jazz,techno]"
    # gain 1
21
  d2
22 23 24
    $ superimpose (const
      $ stut' 4 "<s s e s>" (("q" <~) . (|* gain 0.85))
      $ "ho" # n "<[2|4|5] 1>"
25
      # gain (slow 16 $ range 0.5 0.85 saw)
26
    )
27 28 29 30
    $ juxBy "<<0.2 0.8> 0.5>" (rev . (hurry 2))
    $ note (stack [
      "0(3,8,<0 4>)",
      "4(<4!3 8>,8)"]
31 32
    ) # "hh"
    # gain (slow 8 $ range 0.9 1.2 saw)
33
  d3 -- Piano lead!
34
    $ whenmod 128 64 (# legato "<0.4 [0.4|0.8] 0.65 0.8>")
35 36 37 38 39
    $ whenmod 128 64 (often rev)
    $ whenmod 64 48 (# n "<2!7 <4 [4 2]>>")
    $ whenmod 16 12
      (off "e" (
          (|+ note 12)
40
        . (|* gain 0.85)
41 42 43 44
        )
    )
    $ s "fpiano"
    # n (slow 4 $ "<0 1>")
45
    # gain (slow 32 $ range 0.7 0.9 saw)
46
    # legato 1
47
    -- # room 0.5 # sz 0.8
48
    # pan (slow 4 $ "<0.5 0.6>")
49 50 51 52
  d4
    $ whenmod 4 3 (often (striate 4))
    $ slice 2 ("<0!4 1!4>")
    $ "fbass:35"
53 54
    # gain 0.85
    # crush (slow 32 $ range 16 6 saw)
55 56
    -- # room (slow 32 $ range 0 0.6 sine)
    -- # sz 0.5
57
    # cut 4
58
    # pan (slow 4 $ "<0.2 0.4>")
59 60 61 62 63 64 65
  d5 -- Macron : le naufrage
    $ every 4 (# waveloss 0)
    $ ply "<1!4 1 1 2 1 1 2 2 1!5>"
    $ ("q" ~>)
    $ slice 3 "2"
    $ s "macron:8/2"
    # begin "<0.1!4 0!4 0.5!3 0.8!5>"
66
    # waveloss (slow 16 $ range 20 30 sine)
67
    # gain (slow 16 "<0 0.75 0.8 0.9>")
68 69 70 71 72 73 74
    # cut 5
  d6
    $ "glitch:2(5,8)"
    # note (
      scale "major" "<0 2 4 12>" + (run 4)
    ) # gain 0.7

PLN (Algolia) committed
75
once $ "fpiano" # gain 0.8 # cut 1
76

77
once $ s "fguitar:36"
78
  # gain 0.75 # cut 42
79 80 81

once $ s "[jazz,techno]"
# gain 1