pray.tidal 2.35 KB
Newer Older
PLN (Algolia) committed
1 2
setcps 0

3 4
-- Pray the Funk: choeurs laudatifs
-- Tags: Breakbeat, gospel, funk
PLN (Algolia) committed
5
resetCycles
6

7
do
PLN (Algolia) committed
8 9 10
  solo 1 -- Kick chaloupé
  solo 2 -- Tambours de Gretsch
  solo 3 -- AcceleRoll
11 12
  solo 4 -- Broken piece
  solo 5 -- Fragments of Wiley
PLN (Algolia) committed
13
  solo 7 -- Claps
14
  setcps (60/60/4)
15 16
  solo 10 -- NOISE
  d10 $ funk_noise
17 18
  d1
    -- KICK
PLN (Algolia) committed
19
    $ whenmod 8 6 (# silence)
PLN (Algolia) committed
20
    -- $ mask "t(11,12)" . fast "<2!6 4 2>" -- Folie
PLN (Algolia) committed
21 22
    -- $ "k . k(<3 5>,8)" -- L'intro TODO
    $ "k([1|2|5],8) . k(<3 5>,8)" -- Le classique
23
    -- $ "k*<1!8 2!8> . k(<0 1 0 1 3 5 5 8>,8,<0!3 2>)" -- L'annonce
PLN (Algolia) committed
24 25 26
    # "[reverbkick,<kick!8 ~!8>]"
    # lpf ("<5!3 <2 0.5>>" * 1000)
    # gain 0.65
27 28
  d4 -- BREAKBEAT
    $ slice 8 (
PLN (Algolia) committed
29
      -- "0 4" -- Intro
30
      -- "0 2 4 <4 <2 6>>" -- Intro
PLN (Algolia) committed
31 32
      -- "0 1 2 <3!2 ~ 3> 4 5 6 7*<1 <2 4>>"  -- Fulltime!
      "0 <1 1(<3 5>,8,<0 4>)> 2 3(<3 5>,8)" -- Laggy
33 34
      -- "4*2 5 6(3,8) <[~ 7] 7?>" -- Laggy end
      -- (fast "<4 8>" $ run 2)  -- Repeat! TODO Transition grace
35 36 37
    )
    $ loopAt 1
    $ "break:1"
PLN (Algolia) committed
38 39 40 41
    # gain (
      slow 32 $ range 0.35 0.7 saw
      -- 0.65 -- TODO Fulltime post-intro
      )
42 43 44 45 46
    # cut 4
  d2 -- Snares gretscha
    $ someCycles (
      (whenmod 16 8 (# lpf (slow 8 $ range 15000 1000 saw)))
      . hurry 2
47 48
      . (|* gain 0.9)
    )
49 50 51 52 53 54 55 56
    $ fast 2
    $ n ("6(<4 <3 5>>,8)")
    # "gretsch" # gain (slow 16 $ range 0.6 0.8 saw)
  d3
    $ someCycles (fast "1 . 2 4")
    $ "gretsch*<8!3 [16 . [16 | 32]]>" # n "[4|5]"
    # note ("<-2 -4 -2 0>")
    # gain 0.75
57
  d5 -- Fragments of Wiley
PLN (Algolia) committed
58
    $ "pray" -- TODO INTRO then /4
59 60
    # n "<0!4 1!8>"
    # gain (slow 8 $ range 0.5 0.75 sine)
61
    # cut 5
PLN (Algolia) committed
62
    -- |> gain 0.5 # lpf 200 # waveloss 65  -- TODO INTRO WAVELOSS/gain 65 45 25 12.5
63 64 65 66 67
  d7
    $ fast 2
    $ whenmod 32 16 (whenmod 4 3 (ply "<2 3 [2 4] [3 2]>"))
    $ whenmod 16 8 (every' 4 0 (off "-0.125" id))
    $ s "clap"
PLN (Algolia) committed
68
    # gain 0.75
69 70 71
    # djf (slow 32 $ range 0.5 0.85 sine)
    # room 0.5 # size 0.4 # dry 0.95

PLN (Algolia) committed
72 73 74 75 76 77 78 79 80
    resetCycles







-- SANDBOX
81 82 83 84 85 86 87 88

  d6 -- Transipiano
    $ slice 4 (cat [
      -- "2*4 3*2 . 0*2 1",
      "0!2 ~ 3 0!2 ~ 3"
    ])
    $ s "fpiano:6" # cut 6 # gain "<0.5 0.55 0.6 0.65>"

89 90 91 92 93 94 95 96 97 98 99
  d6 -- Bassline (FIXME improve sonorite/variations)
    $ superimpose (
      arp "<up pinkyup>" . (# octave 6)
        . (|* gain 0.9)
      )
    $ note (
      ("[a2 <g2 <b2 e3>>]!2") + "[0,4,7]"
    )
    # "bassWarsaw"
    # pan 0.4
    # gain 0.9