From 496e85f51be8f46d51214f45337994a4f4c7bde0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 30 Mar 2026 05:44:32 -0400 Subject: [PATCH] =?UTF-8?q?Acid=20Reign:=20saturation=200.25=20=E2=86=92?= =?UTF-8?q?=200.6?= 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracks/acid_reign.py b/tracks/acid_reign.py index 4273741..a8bca68 100644 --- a/tracks/acid_reign.py +++ b/tracks/acid_reign.py @@ -30,7 +30,7 @@ OH = DrumSound.OPEN_HAT acid = score.part("303", synth="saw", volume=0.7, lowpass=800, lowpass_q=4.0, distortion=0.3, distortion_drive=4.0, - saturation=0.25, legato=True, glide=0.05, + saturation=0.6, legato=True, glide=0.05, sub_osc=0.4, sidechain=0.3) acid.lfo("lowpass", rate=0.02, min=500, max=6000, bars=64, shape="triangle")