Acid Reign: fix instrument name electric_piano

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-30 12:43:11 -04:00
parent 5a957b1248
commit 4f35179f5c
+1 -1
View File
@@ -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)