From 7a06e767c9155c5b0441a8791e0d94166ca47a73 Mon Sep 17 00:00:00 2001 From: Paul-Louis NECH Date: Sun, 2 May 2021 18:40:48 +0200 Subject: [PATCH] chore: Sync --- live/midi/nova/dnb/meurice.tidal | 2 +- live/midi/nova/lounge/invoque_ete.tidal | 4 +--- live/midi/nova/lounge/top_hats.tidal | 2 +- output/Minneapolis_Black.jpg | Bin 0 -> 116430 bytes output/Minneapolis_Grey.jpg | Bin 0 -> 237732 bytes output/Minneapolis_White.jpg | Bin 0 -> 277754 bytes 6 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 output/Minneapolis_Black.jpg create mode 100644 output/Minneapolis_Grey.jpg create mode 100644 output/Minneapolis_White.jpg diff --git a/live/midi/nova/dnb/meurice.tidal b/live/midi/nova/dnb/meurice.tidal index 88dc891..6c71f83 100644 --- a/live/midi/nova/dnb/meurice.tidal +++ b/live/midi/nova/dnb/meurice.tidal @@ -3,7 +3,7 @@ import Sound.Tidal.ParVagues.Control -- This is a test ;) -- do -setcps (160/60/4) +setcps (160/610/4) let gDJF = (# djfbus 1 (range 0.1 0.9 "^49")) let gFreqL = (# lpq (range 0 0.5 "^29")) let gFreqH = (# hpq (range 0 0.5 "^30")) diff --git a/live/midi/nova/lounge/invoque_ete.tidal b/live/midi/nova/lounge/invoque_ete.tidal index 74127a5..88d12ae 100644 --- a/live/midi/nova/lounge/invoque_ete.tidal +++ b/live/midi/nova/lounge/invoque_ete.tidal @@ -10,12 +10,10 @@ let gF = 1.5 let gG a = (gain (gF * "^77" * a)) -- gain Global let gM' l h a = (gG (range l h a)) -- gain Modéré let gM a = (gM' 0.2 0.8 a) -- gain Modéré doux -let gLPF = (# lpf (min 10000 ((range 200 20000 ("^49"))))) -let gHPF = (# hpf (max 0 (min 7500 ((range "-7500" 7500 ("^49")))))) +let gDJF = (# djfbus 1 (range 0.1 0.9 "^49")) let gFreqL = (# lpq (range 0 0.25 "^29")) let gFreqH = (# hpq (range 0 0.25 "^30")) let gFreqs = (gFreqH . gFreqL) -let gDJF = (gLPF . gHPF) let g = gDJF . gFreqs -- let g = id d1 $ g diff --git a/live/midi/nova/lounge/top_hats.tidal b/live/midi/nova/lounge/top_hats.tidal index 7f3d04b..2b7f8b3 100644 --- a/live/midi/nova/lounge/top_hats.tidal +++ b/live/midi/nova/lounge/top_hats.tidal @@ -12,7 +12,7 @@ let modIndex = pF "modIndex" -- 0.2 let gG a = (gain (1.2 * "^77" * a)) -- gain Global let gM' l h a = (gG (range l h a)) -- gain Modéré let gM a = (gM' 0.2 0.8 a) -- gain Modéré doux -let gDJF = midiDJF "^49" 0 10000 0 7500 +let gDJF = (# djfbus 1 (range 0.1 0.9 "^49")) let gFreqL = (# lpq (range 0 0.25 "^29")) let gFreqH = (# hpq (range 0 0.25 "^30")) let gFreqs = (gFreqH . gFreqL) diff --git a/output/Minneapolis_Black.jpg b/output/Minneapolis_Black.jpg new file mode 100644 index 0000000..9f7ee97 Binary files /dev/null and b/output/Minneapolis_Black.jpg differ diff --git a/output/Minneapolis_Grey.jpg b/output/Minneapolis_Grey.jpg new file mode 100644 index 0000000..aef65c1 Binary files /dev/null and b/output/Minneapolis_Grey.jpg differ diff --git a/output/Minneapolis_White.jpg b/output/Minneapolis_White.jpg new file mode 100644 index 0000000..3998899 Binary files /dev/null and b/output/Minneapolis_White.jpg differ -- libgit2 0.27.0