From dc90c0429181b86e0dfa600d3a5d29a9008328ed Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 30 Mar 2026 12:37:40 -0400 Subject: [PATCH] =?UTF-8?q?Acid=20Reign:=20cranked=20resonance=20=E2=80=94?= =?UTF-8?q?=20Q=2010=20base,=20sweeps=205=E2=86=9218?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 a0b8ffb..c554132 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=6.0, + lowpass=600, lowpass_q=10.0, distortion=0.35, distortion_drive=4.0, saturation=0.6, legato=True, glide=0.05, sub_osc=0.4, 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") # Resonance also sweeps -acid.lfo("lowpass_q", rate=0.02, min=3.0, max=12.0, bars=32, shape="triangle") +acid.lfo("lowpass_q", rate=0.02, min=5.0, max=18.0, bars=32, shape="triangle") # ── 303 SUB — dirty double, octave down, more distortion ─────── acid2 = score.part("303_sub", synth="square", volume=0.35,