mirror of
https://github.com/kennethreitz/interpretations.git
synced 2026-06-05 23:00:19 +00:00
The Interruption: sub bass 0.7→0.9, sub_osc 0.5→0.7
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user