Deactivate the gain smoothing

This commit is contained in:
Paul Ferrand 2020-07-04 18:55:39 +02:00
parent a4e5518542
commit 007fcbb3a3

View file

@ -41,7 +41,7 @@ namespace config {
constexpr int numVoices { 64 };
constexpr unsigned maxVoices { 256 };
constexpr unsigned smoothingSteps { 512 };
constexpr uint8_t gainSmoothing { 5 };
constexpr uint8_t gainSmoothing { 0 };
constexpr unsigned powerTableSizeExponent { 11 };
constexpr int maxFilePromises { maxVoices };
constexpr int sustainCC { 64 };