From 4f35179f5c67589515d044e0d8f94c2da863b855 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 30 Mar 2026 12:43:11 -0400 Subject: [PATCH] Acid Reign: fix instrument name electric_piano Co-Authored-By: Claude Opus 4.6 (1M context) --- tracks/acid_reign.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracks/acid_reign.py b/tracks/acid_reign.py index ae1ca37..51d79fa 100644 --- a/tracks/acid_reign.py +++ b/tracks/acid_reign.py @@ -209,7 +209,7 @@ for bar in range(8): sub.rest(Duration.HALF) # ── RHODES — dark chords in the background ────────────────────── -rhodes = score.part("rhodes", instrument="rhodes", volume=0.2, +rhodes = score.part("rhodes", instrument="electric_piano", volume=0.2, reverb=0.7, reverb_type="taj_mahal", tremolo_depth=0.15, tremolo_rate=3.0, sidechain=0.35, humanize=0.08)