Culture Clash: Mario no envelope (full sustain NES sound)

Raga Midnight: pull back reverb — tambura 0.5, tambura_hi 0.5, sitar 0.3

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-30 15:22:39 -04:00
parent b545025fc7
commit 04449e86e1
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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)
+4 -4
View File
@@ -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)