mirror of
https://github.com/kennethreitz/interpretations.git
synced 2026-06-05 23:00:19 +00:00
Acid Reign: fix instrument name electric_piano
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user