From 31c937cb2e7dc2688409640c8d4434bcd1905f05 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 30 Mar 2026 05:17:12 -0400 Subject: [PATCH] Acid Reign: envelope=none on 303 Co-Authored-By: Claude Opus 4.6 (1M context) --- tracks/acid_reign.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tracks/acid_reign.py b/tracks/acid_reign.py index fac6da0..3caa634 100644 --- a/tracks/acid_reign.py +++ b/tracks/acid_reign.py @@ -30,11 +30,10 @@ OH = DrumSound.OPEN_HAT # ═══════════════════════════════════════════════════════════════════ # ── THE 303 — squelchy saw, high resonance, the whole point ───── -acid = score.part("303", synth="saw", envelope="pluck", volume=0.5, +acid = score.part("303", synth="saw", envelope="none", volume=0.5, lowpass=800, lowpass_q=4.0, distortion=0.4, distortion_drive=5.0, - saturation=0.3, humanize=0.03, - legato=True, glide=0.04) + saturation=0.3, humanize=0.03) # The filter sweep — slow open across the whole track acid.lfo("lowpass", rate=0.015, min=400, max=8000, bars=64, shape="triangle")