mirror of
https://github.com/kennethreitz/interpretations.git
synced 2026-06-05 23:00:19 +00:00
Culture Clash: Mario volume 0.3 → 0.15, reverb 0.15 → 0.4 (1.5s decay)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -318,8 +318,8 @@ for _ in range(32):
|
||||
sitar_lo.rest(Duration.WHOLE)
|
||||
|
||||
# ── NES MARIO — pulse wave (bars 25-56) ────────────────────────
|
||||
mario = score.part("mario", synth="square", volume=0.3,
|
||||
reverb=0.15, reverb_decay=0.5, lowpass=5000,
|
||||
mario = score.part("mario", synth="square", volume=0.15,
|
||||
reverb=0.4, reverb_decay=1.5, lowpass=5000,
|
||||
humanize=0.05)
|
||||
|
||||
# Bars 1-24: rests
|
||||
|
||||
Reference in New Issue
Block a user