FFF: Post-perf

parent eb86dfae
-- region Touchés par la grace: techno-gospel -- region Touchés par la grace: techno-gospel
-- Tags: Techno, gospel, funk -- Tags: Techno, gospel, funk
-- Ready: 9/10
resetCycles resetCycles
-- endregion -- endregion
...@@ -49,19 +48,19 @@ do ...@@ -49,19 +48,19 @@ do
# gain 0.75 # gain 0.75
# cut 6 # cut 6
d5 -- Chopped choir d5 -- Chopped choir
-- $ whenmod 32 0 (slow 2) -- TODO end: Rarefy $ whenmod 32 0 (slow 2) -- TODO end: Rarefy
$ slice 16 ( $ slice 8 (
whenmod 16 12 (|> "0*4") $ whenmod 16 12 (|> "<0!2 2!2>*8") $
whenmod 16 8 (|> "0*8") $ whenmod 16 8 (|> "0*4") $
"2" -- Welcome! -- "0 1 2 3" -- Welcome!
-- "0 1 <0 2> [3 4]" -- Choeurs fous! -- "0 <1!2 0!2> <2 7 6 3> <3 5>" -- WELCOME
"0 1 <0 2> [3 4]" -- Choeurs fous!
) )
$ every' 4 3 (superimpose (# n 1) . (# begin 0)) $ every' 4 3 (superimpose (# n 1) . (# legato "<1!3 2>"))
$ "pray" $ "pray"
# cut 3 # legato 1
# pan "0.4 0.6" # pan "0.4 0.6"
# gain 0.55 # gain 0.55
# begin "<0.1 0.5>"
d7 -- Claps répartis d7 -- Claps répartis
$ jux (# lpf 2000) $ jux (# lpf 2000)
$ note "<-4!3 -8>" # "clap" $ note "<-4!3 -8>" # "clap"
......
...@@ -32,11 +32,11 @@ do ...@@ -32,11 +32,11 @@ do
-- ) -- )
-- ) -- )
-- region INTRO/Run -- region INTRO/Run
$ slow 2 -- intro -- $ slow 2 -- intro
$ whenmod 8 6 (# silence) -- $ whenmod 8 6 (# silence)
$ "k k k k k k k <k [~ k] k*2 ~>" -- $ "k k k k k k k <k [~ k]>"
# "[jazz,kick:5]" # "jazz"
# gain 0.75 # gain 0.35
# pan 0.45 # pan 0.45
d2 d2
$ someCycles (hurry 2) $ someCycles (hurry 2)
...@@ -48,10 +48,10 @@ do ...@@ -48,10 +48,10 @@ do
# gain 0.65 # gain 0.65
# pan (slow 8 $ range 0.4 0.8 sine) # pan (slow 8 $ range 0.4 0.8 sine)
d3 -- Drumroll d3 -- Drumroll
$ slow 8 -- TODO IN/OUTRO -- $ slow 8 -- TODO IN/OUTRO
$ fast (slow 8 "<1 [2 [2|4]] 4 [4 8]>" ) $ fast (slow 8 "<1 [2 [2|4]] 4 [4 8]>" )
$ ply "2 <4 8>" $ "drum:8" $ ply "2 <4 8>" $ "drum:8"
# gain (slow 4 $ range 0.65 0.95 saw) # gain (slow 4 $ range 0.65 0.85 saw)
# pan (slow 8 $ range 0.2 0.6 cosine) # pan (slow 8 $ range 0.2 0.6 cosine)
d4 -- Bassline d4 -- Bassline
$ juxBy 0.5 id $ juxBy 0.5 id
...@@ -62,15 +62,16 @@ do ...@@ -62,15 +62,16 @@ do
$ slice 8 $ slice 8
( (
-- iter (slow 2 "<2 4>") $ -- iter (slow 2 "<2 4>") $
run 8 -- Classique: jumpy groovy -- run 8 -- Classique: jumpy groovy
"0*4 2 1 3 4 5 6 7"-- HAVE FUN
-- "<0!3 1>*2 3*2 <0 1> 4*<2 4 8>" -- Jumpy rappel -- "<0!3 1>*2 3*2 <0 1> 4*<2 4 8>" -- Jumpy rappel
-- "<0 4 0 0*2> 4 <0 1 2 3> <0 4!2>" -- Attente -- "<0 4 0 0*2> 4 <0 1 2 3> <0 4!2>" -- Attente
-- "<0!3 <1 2>>*8" -- COME ON CRUSH -- "<0!3 <1 2>>*8" -- COME ON CRUSH
) )
$ "fbass:8" $ "fbass:8"
# legato 1 # legato 1
-- # crush (5.5 + "6 <5 4>") -- TODO CRUSH THIS -- # crush (0.5 + "6 <5 4>") -- CRUSH THIS
# gain 0.85 # gain 0.4
# pan 0.6 # pan 0.6
d5 -- Guitare pompe d5 -- Guitare pompe
-- $ whenmod 64 32 ( -- TODO Renverse -- $ whenmod 64 32 ( -- TODO Renverse
......
...@@ -14,6 +14,7 @@ do ...@@ -14,6 +14,7 @@ do
d10 $ funk_noise d10 $ funk_noise
d1 d1
-- KICK -- KICK
$ whenmod 8 6 (# silence)
-- $ mask "t(11,12)" . fast "<2!6 4 2>" -- Folie -- $ mask "t(11,12)" . fast "<2!6 4 2>" -- Folie
$ "k . k(<3 5>,8)" -- L'intro TODO $ "k . k(<3 5>,8)" -- L'intro TODO
-- $ "k([1|2|5],8) . k(<3 5>,8)" -- Le classique -- $ "k([1|2|5],8) . k(<3 5>,8)" -- Le classique
......
# FUTURE FUNK FRAGMENTS # FUTURE FUNK FRAGMENTS
> From the edges of the desert, > From the edges of the desert,
> lost broken tapes reveal data > lost broken tapes reveal data
> groovy data > groovy data
> funky data > funky data
> a rythm from old times > a rythm from old times
## WORKSHEET ## WORKSHEET
### Repeat 0 ### Repeat 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment