Increase base noise generator variance
This commit is contained in:
parent
f30675d0d8
commit
2acd8f45a3
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ namespace config {
|
|||
constexpr int filtersInPool { maxVoices * 2 };
|
||||
constexpr int filtersPerVoice { 2 };
|
||||
constexpr int eqsPerVoice { 3 };
|
||||
constexpr float noiseVariance { 0.1f };
|
||||
constexpr float noiseVariance { 0.25f };
|
||||
/**
|
||||
Minimum interval in frames between recomputations of coefficients of the
|
||||
modulated filter. The lower, the more CPU resources are consumed.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue