From 04449e86e1d300c928561f2a41c9baf8eca6b0a4 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 30 Mar 2026 15:22:39 -0400 Subject: [PATCH] =?UTF-8?q?Culture=20Clash:=20Mario=20no=20envelope=20(ful?= =?UTF-8?q?l=20sustain=20NES=20sound)=20Raga=20Midnight:=20pull=20back=20r?= =?UTF-8?q?everb=20=E2=80=94=20tambura=200.5,=20tambura=5Fhi=200.5,=20sita?= =?UTF-8?q?r=200.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- tracks/culture_clash.py | 2 +- tracks/raga_midnight.py | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tracks/culture_clash.py b/tracks/culture_clash.py index 315a8d6..163da83 100644 --- a/tracks/culture_clash.py +++ b/tracks/culture_clash.py @@ -318,7 +318,7 @@ for _ in range(32): sitar_lo.rest(Duration.WHOLE) # ── NES MARIO — pulse wave (bars 25-56) ──────────────────────── -mario = score.part("mario", synth="square", envelope="staccato", volume=0.5, +mario = score.part("mario", synth="square", volume=0.5, reverb=0.15, reverb_decay=0.5, lowpass=5000, humanize=0.05) diff --git a/tracks/raga_midnight.py b/tracks/raga_midnight.py index 4121080..89d212d 100644 --- a/tracks/raga_midnight.py +++ b/tracks/raga_midnight.py @@ -71,8 +71,8 @@ for _ in range(4): dhol.rest(Duration.WHOLE) # ── TAMBURA DRONE — the bed of everything ──────────────────────── -tambura = score.part("tambura", synth="sine", envelope="pad", volume=0.45, - reverb=0.9, reverb_type="taj_mahal", +tambura = score.part("tambura", synth="sine", envelope="pad", volume=0.3, + reverb=0.5, reverb_type="taj_mahal", chorus=0.4, chorus_rate=0.1, chorus_depth=0.01, lowpass=1200, pan=-0.3, saturation=0.2) @@ -88,7 +88,7 @@ for vol in [0.3, 0.2, 0.1, 0.05]: # ── TAMBURA HIGH — octave shimmer ──────────────────────────────── tambura_hi = score.part("tambura_hi", synth="sine", envelope="pad", volume=0.3, - reverb=0.9, reverb_type="taj_mahal", + reverb=0.5, reverb_type="taj_mahal", chorus=0.5, chorus_rate=0.08, chorus_depth=0.012, lowpass=2000, pan=0.3, saturation=0.15) @@ -100,7 +100,7 @@ for vol in [0.2, 0.12, 0.06, 0.0]: # ── SITAR — raga melody ───────────────────────────────────────── sitar = score.part("sitar", instrument="sitar", volume=0.75, - reverb=0.55, reverb_type="taj_mahal", + reverb=0.3, reverb_type="taj_mahal", delay=0.3, delay_time=0.333, delay_feedback=0.3, pan=-0.15, saturation=0.25, humanize=0.1)