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