From 19dc8a6f31cf03d085e5d0f9c86fa6d982bb4d3d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 30 Mar 2026 12:44:05 -0400 Subject: [PATCH] Acid Reign: 808 sub cranked to 0.8, sub_osc 0.7 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 51d79fa..ff53c7c 100644 --- a/tracks/acid_reign.py +++ b/tracks/acid_reign.py @@ -194,9 +194,9 @@ for bar in range(8): hats.hit(CH, Duration.SIXTEENTH, velocity=max(12, vel - 30)) # ── 808 SUB — deep sine, follows the root ─────────────────────── -sub = score.part("808", synth="sine", envelope="pad", volume=0.45, - lowpass=120, distortion=0.3, distortion_drive=4.0, - saturation=0.5, sub_osc=0.6, sidechain=0.4) +sub = score.part("808", synth="sine", envelope="pad", volume=0.8, + lowpass=150, distortion=0.35, distortion_drive=4.0, + saturation=0.6, sub_osc=0.7, sidechain=0.3) for _ in range(8): sub.rest(Duration.WHOLE)