Allow the filters demo to disable modulation
This commit is contained in:
parent
ffcdca81f6
commit
99702019b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue