Added a small default release time
This commit is contained in:
parent
bae5fbe18e
commit
0906fe98d4
2 changed files with 2 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ namespace config {
|
|||
constexpr float voiceStealingThreshold { 0.00001f };
|
||||
constexpr int numCCs { 143 };
|
||||
constexpr int chunkSize { 1024 };
|
||||
constexpr float defaultAmpEGRelease { 0.02f };
|
||||
} // namespace config
|
||||
|
||||
// Enable or disable SIMD accelerators by default
|
||||
|
|
|
|||
|
|
@ -146,7 +146,7 @@ namespace Default
|
|||
constexpr float decay { 0 };
|
||||
constexpr float delayEG { 0 };
|
||||
constexpr float hold { 0 };
|
||||
constexpr float release { 0 };
|
||||
constexpr float release { config::defaultAmpEGRelease };
|
||||
constexpr float start { 0.0 };
|
||||
constexpr float sustain { 100.0 };
|
||||
constexpr float vel2sustain { 0.0 };
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue