1
0

Fix crunch "cut" range

This commit is contained in:
Geraint 2025-06-23 20:20:56 +01:00
parent 39e66c26fc
commit 253e7ffbf0

View File

@ -55,7 +55,7 @@ struct CrunchSTFX : public BaseEffect {
.range(100, 4000, 20000));
stfx::units::rangeHz(storage.range("cutHz", cutHz)
.info("cut", "prevents low frequencies from driving the distortion")
.range(20, 100, 5000));
.range(20, 100, 500));
stfx::units::rangeGain(storage.range("outGain", outGain)
.info("out", "output gain")