Fix crunch "cut" range
This commit is contained in:
parent
39e66c26fc
commit
253e7ffbf0
2
crunch.h
2
crunch.h
@ -55,7 +55,7 @@ struct CrunchSTFX : public BaseEffect {
|
|||||||
.range(100, 4000, 20000));
|
.range(100, 4000, 20000));
|
||||||
stfx::units::rangeHz(storage.range("cutHz", cutHz)
|
stfx::units::rangeHz(storage.range("cutHz", cutHz)
|
||||||
.info("cut", "prevents low frequencies from driving the distortion")
|
.info("cut", "prevents low frequencies from driving the distortion")
|
||||||
.range(20, 100, 5000));
|
.range(20, 100, 500));
|
||||||
|
|
||||||
stfx::units::rangeGain(storage.range("outGain", outGain)
|
stfx::units::rangeGain(storage.range("outGain", outGain)
|
||||||
.info("out", "output gain")
|
.info("out", "output gain")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user