Reduce the gain smoothing

This commit is contained in:
Paul Fd 2020-04-18 21:01:56 +02:00 committed by Jean Pierre Cimalando
parent 0ed1f4cbeb
commit cbb2341037

View file

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