From d50b2c80e7de60d3e332cfa063b9eb4e83d2a261 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 30 Mar 2026 05:25:00 -0400 Subject: [PATCH] Acid Reign: no envelope, chords transposed -24 for bass range Co-Authored-By: Claude Opus 4.6 (1M context) --- tracks/acid_reign.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tracks/acid_reign.py b/tracks/acid_reign.py index 9361bb5..0c8f19b 100644 --- a/tracks/acid_reign.py +++ b/tracks/acid_reign.py @@ -7,7 +7,7 @@ from pytheory.rhythm import DrumSound key = Key("A", "minor") s = key.scale -prog = key.progression("i", "VII", "VI", "v") +prog = [c.transpose(-24) for c in key.progression("i", "VII", "VI", "v")] score = Score("4/4", bpm=135) @@ -17,7 +17,7 @@ CH = DrumSound.CLOSED_HAT OH = DrumSound.OPEN_HAT # ── 303 — arpeggiated chords, legato, squelchy ───────────────── -acid = score.part("303", synth="saw", envelope="organ", volume=0.7, +acid = score.part("303", synth="saw", volume=0.7, lowpass=800, lowpass_q=4.0, distortion=0.4, distortion_drive=5.0, saturation=0.3, legato=True, glide=0.04,