From fc96499717f31e8298a5fb3dda554d799de48dfe Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 31 Mar 2026 07:16:22 -0400 Subject: [PATCH] =?UTF-8?q?The=20Interruption:=20sub=20bass=200.7=E2=86=92?= =?UTF-8?q?0.9,=20sub=5Fosc=200.5=E2=86=920.7?= 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/the_interruption.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tracks/the_interruption.py b/tracks/the_interruption.py index 9854757..4bc48d3 100644 --- a/tracks/the_interruption.py +++ b/tracks/the_interruption.py @@ -290,9 +290,9 @@ for _ in range(8): kick808.rest(Duration.WHOLE) # ── SUB BASS — DnB sub, enters with the beat ─────────────────── -sub = score.part("sub", synth="sine", envelope="pad", volume=0.7, - lowpass=120, distortion=0.2, distortion_drive=3.0, - sub_osc=0.5, sidechain=0.4) +sub = score.part("sub", synth="sine", envelope="pad", volume=0.9, + lowpass=150, distortion=0.25, distortion_drive=3.5, + sub_osc=0.7, sidechain=0.3) for _ in range(32): sub.rest(Duration.WHOLE)