Reduce the gain smoothing
This commit is contained in:
parent
0ed1f4cbeb
commit
cbb2341037
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 { 10 };
|
||||
constexpr uint8_t gainSmoothing { 5 };
|
||||
constexpr unsigned powerTableSizeExponent { 11 };
|
||||
constexpr int maxFilePromises { maxVoices };
|
||||
constexpr int sustainCC { 64 };
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue