From 4248b136e76e8abc048f663a97378757cdb6bbaa Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Tue, 31 Mar 2020 22:14:48 +0200 Subject: [PATCH] Set virtuallyZero to -60 dB --- 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 50d89603..a71ad3db 100644 --- a/src/sfizz/Config.h +++ b/src/sfizz/Config.h @@ -48,7 +48,7 @@ namespace config { constexpr int omniOnCC { 125 }; constexpr float halfCCThreshold { 0.5f }; constexpr int centPerSemitone { 100 }; - constexpr float virtuallyZero { 0.00005f }; + constexpr float virtuallyZero { 0.001f }; constexpr float fastReleaseDuration { 0.01f }; constexpr char defineCharacter { '$' }; constexpr Oversampling defaultOversamplingFactor { Oversampling::x1 };