Acid Reign: saturation 0.25 → 0.6

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-30 05:44:32 -04:00
parent cc0d5666d8
commit 496e85f51b
+1 -1
View File
@@ -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")