From 73d111d8153b81bc69d4f52fd95026063e1811f8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 30 Mar 2026 12:49:39 -0400 Subject: [PATCH] =?UTF-8?q?Acid=20Reign:=20filter=20opened=20up=20?= =?UTF-8?q?=E2=80=94=20lowpass=202000,=20Q=2012,=20sweep=20800=E2=86=92120?= =?UTF-8?q?00?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resonance peak should scream now. Q sweeps 8→20 faster (24 bars). Co-Authored-By: Claude Opus 4.6 (1M context) --- tracks/acid_reign.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tracks/acid_reign.py b/tracks/acid_reign.py index 199e76c..d0075b5 100644 --- a/tracks/acid_reign.py +++ b/tracks/acid_reign.py @@ -26,14 +26,14 @@ OH = DrumSound.OPEN_HAT # ── 303 MAIN — the lead voice ────────────────────────────────── acid = score.part("303", synth="saw", volume=0.6, - lowpass=600, lowpass_q=10.0, + lowpass=2000, lowpass_q=12.0, distortion=0.35, distortion_drive=4.0, saturation=0.8, legato=True, glide=0.05, sub_osc=0.6, sidechain=0.3) # Filter sweeps UP across the track — the whole point of acid -acid.lfo("lowpass", rate=0.01, min=300, max=10000, bars=64, shape="saw") +acid.lfo("lowpass", rate=0.01, min=800, max=12000, bars=64, shape="saw") # Resonance also sweeps -acid.lfo("lowpass_q", rate=0.02, min=5.0, max=18.0, bars=32, shape="triangle") +acid.lfo("lowpass_q", rate=0.03, min=8.0, max=20.0, bars=24, shape="triangle") # ── 303 SUB — dirty double, octave down, more distortion ─────── acid2 = score.part("303_sub", synth="square", volume=0.35,