Deactivate the gain smoothing
This commit is contained in:
parent
a4e5518542
commit
007fcbb3a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue