Allow the filters demo to disable modulation

This commit is contained in:
Jean Pierre Cimalando 2020-04-21 20:05:19 +02:00
parent ffcdca81f6
commit 99702019b6

View file

@ -62,7 +62,7 @@ private:
static constexpr float lfoRateMin = 0.1;
static constexpr float lfoRateMax = 10.0;
static constexpr int cutoffModMin = 1;
static constexpr int cutoffModMin = 0;
static constexpr int cutoffModMax = 48;
int fType = sfz::kFilterNone;