diff --git a/src/sfizz/Config.h b/src/sfizz/Config.h index 32778125..cbbfa41a 100644 --- a/src/sfizz/Config.h +++ b/src/sfizz/Config.h @@ -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.