Increase base noise generator variance

This commit is contained in:
Paul Fd 2020-02-09 16:49:19 +01:00
parent f30675d0d8
commit 2acd8f45a3

View file

@ -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.