From 2acd8f45a3ebef115d447745baa82afecdecda7e Mon Sep 17 00:00:00 2001 From: Paul Fd Date: Sun, 9 Feb 2020 16:49:19 +0100 Subject: [PATCH] Increase base noise generator variance --- src/sfizz/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.