Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
Tidal
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PLN
Tidal
Commits
c6737658
Unverified
Commit
c6737658
authored
Jul 02, 2020
by
PLN (Algolia)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FFF: Repeat 1 done, baseline for perf
parent
65bc9ffb
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
71 additions
and
45 deletions
+71
-45
Noise.tidal
live/techno/funk/Noise.tidal
+1
-1
grace.tidal
live/techno/funk/grace.tidal
+9
-8
mad_fonk.tidal
live/techno/funk/mad_fonk.tidal
+26
-20
pray.tidal
live/techno/funk/pray.tidal
+14
-13
readme.md
live/techno/funk/readme.md
+21
-3
No files found.
live/techno/funk/Noise.tidal
View file @
c6737658
...
@@ -3,7 +3,7 @@ module Funk where
...
@@ -3,7 +3,7 @@ module Funk where
$ degradeBy (slow 4 "<0.75 0.5 0.25 0.1>")
$ degradeBy (slow 4 "<0.75 0.5 0.25 0.1>")
$ someCycles (# speed 0.5)
$ someCycles (# speed 0.5)
$ stut "[4|2]" 0.9 "[q|h]"
$ stut "[4|2]" 0.9 "[q|h]"
$ stut' 2 "h" (
|+ note (slow 4 "<[2|4] [0 -2]>"
))
$ stut' 2 "h" (
(|* gain 0.9) . (|+ note (slow 4 "<[2|4] [0 -2]>")
))
$ "coins"
$ "coins"
# octave 2 -- 4=creepy
# octave 2 -- 4=creepy
# gain (slow 16 $ range 0.25 0.45 saw)
# gain (slow 16 $ range 0.25 0.45 saw)
...
...
live/techno/funk/grace.tidal
View file @
c6737658
-- 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:
8.5
/10
-- Ready:
9
/10
resetCycles
resetCycles
-- endregion
-- endregion
do
do
unsolo 1 -- Kick regulier degradé
unsolo 1 -- Kick regulier degradé
unsolo 2 -- Cymbales gravitantes
unsolo 2 -- Cymbales gravitantes
un
solo 3 -- Drumroll
solo 3 -- Drumroll
unsolo 4 -- Mad Bassline discrete
unsolo 4 -- Mad Bassline discrete
solo 5 -- Lead choir
solo 5 -- Lead choir
solo 7 -- Claps
un
solo 7 -- Claps
setcps (120/60/4)
setcps (120/60/4)
solo 10 -- NOISE
solo 10 -- NOISE
d10 $ funk_noise
d10 $ funk_noise
...
@@ -18,11 +18,11 @@ do
...
@@ -18,11 +18,11 @@ do
$ whenmod 16 12 (mask "t(1,4)") -- Respire
$ whenmod 16 12 (mask "t(1,4)") -- Respire
-- $ whenmod 16 8 ( -- Double degradé
-- $ whenmod 16 8 ( -- Double degradé
-- sometimesBy "<0!2 0.25 [0.25 0.5]>" (fast 2 . degradeBy 0.2))
-- sometimesBy "<0!2 0.25 [0.25 0.5]>" (fast 2 . degradeBy 0.2))
$ whenmod 8 6 (# lpf 200)
--
$ whenmod 8 6 (# lpf 200)
$ "k k k <k k*[1|2|3|4]>"
$ "k k k <k k*[1|2|3|4]>"
# "[kick:5,house]"
# "[kick:5,house]"
# note 2
# note 2
# gain 0.6
# gain 0.6
5
d2 -- Cymbales gravitantes
d2 -- Cymbales gravitantes
$ whenmod 16 8 (jux (rev . (hurry "<2!3 0.5>")))
$ whenmod 16 8 (jux (rev . (hurry "<2!3 0.5>")))
$ degradeBy "0 <0.5!6 0.25!2>!7" $ "ho:1*4 hc:3*4"
$ degradeBy "0 <0.5!6 0.25!2>!7" $ "ho:1*4 hc:3*4"
...
@@ -48,16 +48,17 @@ do
...
@@ -48,16 +48,17 @@ do
# gain 0.9
# gain 0.9
# cut 6
# cut 6
d5 -- Chopped choir
d5 -- Chopped choir
$ whenmod 32
16 (slow 4)
$ whenmod 32
0 (slow 2) -- TODO end: Rarefy
$ slice 16 (
$ slice 16 (
whenmod 16 12 (|> "0*4") $
whenmod 16 12 (|> "0*4") $
whenmod 16 8 (|> "0*8") $
whenmod 16 8 (|> "0*8") $
"<2!4 <1 0>!4>"
"2" -- Welcome!
-- "0 1 <0 2> [3 4]" -- Choeurs fous!
)
)
$ every' 4 3 (superimpose (# n 1) . (# begin 0))
$ every' 4 3 (superimpose (# n 1) . (# begin 0))
$ "pray"
$ "pray"
# cut 3
# cut 3
# pan "0.
3 0.7
"
# pan "0.
4 0.6
"
# gain 0.65
# gain 0.65
# begin "<0.1 0.5>"
# begin "<0.1 0.5>"
d7 -- Claps répartis
d7 -- Claps répartis
...
...
live/techno/funk/mad_fonk.tidal
View file @
c6737658
...
@@ -5,12 +5,12 @@ resetCycles
...
@@ -5,12 +5,12 @@ resetCycles
-- endregion
-- endregion
do
do
solo 1 -- Kick
un
solo 1 -- Kick
solo 2 -- Snare roll/rush
un
solo 2 -- Snare roll/rush
solo 3 -- Drumroll
un
solo 3 -- Drumroll
solo 4 -- Bassline
solo 4 -- Bassline
solo 5 -- Guitare intro/pompe
un
solo 5 -- Guitare intro/pompe
solo 6 -- Epiano groovy
un
solo 6 -- Epiano groovy
solo 7 -- Claps from grace
solo 7 -- Claps from grace
let bpm = 80 -- Que tu crois!
let bpm = 80 -- Que tu crois!
setcps (bpm/60/4)
setcps (bpm/60/4)
...
@@ -19,23 +19,23 @@ do
...
@@ -19,23 +19,23 @@ do
d1
d1
$ every' 8 7 (# lpf 200)
$ every' 8 7 (# lpf 200)
-- region Pauses Hip-hop
-- region Pauses Hip-hop
$ whenmod 8 6 (juxBy 0.5 rev)
--
$ whenmod 8 6 (juxBy 0.5 rev)
-- $ "k . k(<3 <5 4>>,8)" -- Le simple
-- $ "k . k(<3 <5 4>>,8)" -- Le simple
-- $ "k*<1!4 2!4> . k(<3!3 <5 8>>,8)" -- L'agité
-- $ "k*<1!4 2!4> . k(<3!3 <5 8>>,8)" -- L'agité
-- region hardkick
-- region hardkick
-- $ whenmod 32 16 (
-- $ whenmod 32 16 (
-- superimpose (
-- superimpose (
-- (# "hardkick:4")
-- (# "hardkick:4")
-- . (sometimes (stut 2 0.8 "s"))
-- . (sometimes
By "<0!3 0.5>"
(stut 2 0.8 "s"))
-- . (# legato 0.9)
-- . (# legato 0.9)
-- . (|* gain 0.65)
-- . (|* gain 0.65)
-- )
-- )
-- )
-- )
-- 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] k*2
~
>"
# "[
<reverbkick!3 ~>
,kick:5]"
# "[
jazz
,kick:5]"
# gain 0.75
# gain 0.75
# pan 0.45
# pan 0.45
d2
d2
...
@@ -63,7 +63,7 @@ do
...
@@ -63,7 +63,7 @@ do
sometimesBy "0 1" rev)
sometimesBy "0 1" rev)
$ slice 8
$ slice 8
(
(
-- iter (slow
4 "<1 4>")
-- iter (slow
2 "<2 4>") $
run 8 -- Classique: jumpy groovy
run 8 -- Classique: jumpy groovy
-- "<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
...
@@ -71,7 +71,7 @@ do
...
@@ -71,7 +71,7 @@ do
)
)
$ "fbass:8"
$ "fbass:8"
# legato 1
# legato 1
-- # crush (
1
.5 + "6 <5 4>") -- TODO CRUSH THIS
-- # crush (
5
.5 + "6 <5 4>") -- TODO CRUSH THIS
# gain 0.85
# gain 0.85
# pan 0.6
# pan 0.6
d5 -- Guitare pompe
d5 -- Guitare pompe
...
@@ -81,16 +81,16 @@ do
...
@@ -81,16 +81,16 @@ do
-- region Guitare pompe
-- region Guitare pompe
-- $ slice 8 (cat [
-- $ slice 8 (cat [
-- "0*4",
-- "0*4",
-- "0 1 2 3",
--
--
"0 1 2 3",
-- "0*4 1 3(3,8) 5",
-- "0*4 1 3(3,8) 5",
-- "4 5 6 7",
--
--
"4 5 6 7",
-- "0 7 4 7",
--
--
"0 7 4 7",
-- "[0 4]*4",
-- "[0 4]*4",
-- "7 <7 6> <3 5> <7 4>",
--
--
"7 <7 6> <3 5> <7 4>",
-- "4*4 . 4*<8 16>",
--
--
"4*4 . 4*<8 16>",
-- "7 0 7 0",
--
--
"7 0 7 0",
-- "0*4"
-- "0*4"
--
]) $ n 9
]) $ n 9
-- region INTRO-guitar
-- region INTRO-guitar
$ slice 8 ( -- Intro
$ slice 8 ( -- Intro
"0(<1 4>,<1 4 8>) . [1*<1 2 4>, 3(<1 3 5>,8)]"
"0(<1 4>,<1 4 8>) . [1*<1 2 4>, 3(<1 3 5>,8)]"
...
@@ -110,14 +110,20 @@ do
...
@@ -110,14 +110,20 @@ do
$ slice 8 (
$ slice 8 (
"0 3 2 1 4 5 6 7*<1 2>" -- regulier
"0 3 2 1 4 5 6 7*<1 2>" -- regulier
-- "0 3 2 1 0 3 <2 6> 7" -- variant
-- "0 3 2 1 0 3 <2 6> 7" -- variant
-- "3*4 <0 5> 0 <3 4>*2 0*2 5 0 4" -- TODO FREESTYLE
-- "0 3 2 1!5" -- repeat aigu
-- "0 3 2 1!5" -- repeat aigu
-- "4!5 5 6 7*<1 2>" -- repeat end
-- "4!5 5 6 7*<1 2>" -- repeat end
-- "5!8" -- END OF FILE
)
)
$ s "fepiano"
$ s "fepiano"
# n (slow 8 "<24 25>")
# n (slow 8 "<24 25>")
# gain 0.7
# gain 0.7
-- TODO OUTRO 0.7 0.67 0.57 0.47 0.37
# cut 6
# cut 6
# pan 0.7
# pan 0.7
d7 $ fast 2 $ s "clap"
# lpf 2000
# gain 0.65
# room 0.4
9 -- ritournelle
9 -- ritournelle
...
...
live/techno/funk/pray.tidal
View file @
c6737658
-- Pray the Funk: choeurs laudatifs
-- Pray the Funk: choeurs laudatifs
-- Tags: Breakbeat, gospel, funk
-- Tags: Breakbeat, gospel, funk
-- Ready: 8.5/10
-- Ready: 9/10
do
do
solo 1 -- Kick chaloupe
unsolo 1 -- Kick chaloupé
solo 2 -- Gretsch snares
unsolo 2 -- Tambours de Gretsch
solo 3 -- AcceleRoll
un
solo 3 -- AcceleRoll
solo 4 -- Br
eakbeat
solo 4 -- Br
oken piece
unsolo 5 -- Lead choir
solo 5 -- Fragments of Wiley
unsolo 7 -- Claps
unsolo 7 -- Claps
setcps (60/60/4)
setcps (60/60/4)
solo 10 -- NOISE
solo 10 -- NOISE
...
@@ -14,10 +15,10 @@ do
...
@@ -14,10 +15,10 @@ do
d1
d1
-- KICK
-- KICK
-- $ mask "t(11,12)" . fast "<2!6 4 2>" -- Folie
-- $ mask "t(11,12)" . fast "<2!6 4 2>" -- Folie
$ "k
. k(<3 <5 4>
>,8)" -- Le classique
$ "k
([1|2|5],8) . k(<3 5
>,8)" -- Le classique
-- $ "k*<1!8 2!8> . k(<0 1 0 1 3 5 5 8>,8,<0!3 2>)" -- L'annonce
-- $ "k*<1!8 2!8> . k(<0 1 0 1 3 5 5 8>,8,<0!3 2>)" -- L'annonce
# "
reverbkick
"
# "
[reverbkick,kick]
"
# lpf
15
00
# lpf
50
00
# gain 0.75
# gain 0.75
d4 -- BREAKBEAT
d4 -- BREAKBEAT
$ slice 8 (
$ slice 8 (
...
@@ -46,12 +47,12 @@ do
...
@@ -46,12 +47,12 @@ do
$ "gretsch*<8!3 [16 . [16 | 32]]>" # n "[4|5]"
$ "gretsch*<8!3 [16 . [16 | 32]]>" # n "[4|5]"
# note ("<-2 -4 -2 0>")
# note ("<-2 -4 -2 0>")
# gain 0.75
# gain 0.75
d5 --
Lead choir
d5 --
Fragments of Wiley
$ "pray" -- TODO INTRO then /4
$ "pray" -- TODO INTRO then /4
--
# n "<0!4 1!8>"
# n "<0!4 1!8>"
# gain (slow 8 $ range 0.5 0.
9
sine)
# gain (slow 8 $ range 0.5 0.
75
sine)
# cut 5
# cut 5
-- |> gain 0.65 # lpf 2000 # waveloss 12.5 -- TODO INTRO WAVELOSS 65 50 40
|> gain 0.65 # lpf 200 # waveloss 65 -- TODO INTRO WAVELOSS/gain 65 45 25 12.5
d7
d7
$ fast 2
$ fast 2
$ whenmod 32 16 (whenmod 4 3 (ply "<2 3 [2 4] [3 2]>"))
$ whenmod 32 16 (whenmod 4 3 (ply "<2 3 [2 4] [3 2]>"))
...
...
live/techno/funk/readme.md
View file @
c6737658
# 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
> funky data
> a rythm from old times
## WORKSHEET
### Repeat 0
> 3m next? NO
> 16:30 ok annonce MAD
> 29:50 fin du crush
> 35: Ending fepiano
> 40: EOF
## Pray
## Pray
...
@@ -9,12 +21,17 @@ Intro waveloss + Break
...
@@ -9,12 +21,17 @@ Intro waveloss + Break
Puis beat ;)
Puis beat ;)
-
Transition 3/5
## Grace
## Grace
-
Transition solo/downtempo
Begin 120BPM
-
IN 4/5/7 bass/choir/claps
-
OUT 1/5/7
End madbass annonciatrice
-
Transition solo madbass / downtempo
-
IN 2/4/7 cy/bass/claps
-
OUT 1/4/7 kick/bass/clap
-
CPS 120->80
-
CPS 120->80
## Mad Fonk
## Mad Fonk
...
@@ -41,4 +58,5 @@ d6 interdit
...
@@ -41,4 +58,5 @@ d6 interdit
### Mad Piano
### Mad Piano
### Outro: fepiano
### Outro: fepiano
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment