From 253e7ffbf01a0879eddfa818021fd4fcafa766e6 Mon Sep 17 00:00:00 2001 From: Geraint Date: Mon, 23 Jun 2025 20:20:56 +0100 Subject: [PATCH] Fix crunch "cut" range --- crunch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crunch.h b/crunch.h index 9b79a59..392c340 100644 --- a/crunch.h +++ b/crunch.h @@ -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")