Added a different default for vel2release
This commit is contained in:
parent
4793963e88
commit
a364616c26
2 changed files with 2 additions and 1 deletions
|
|
@ -148,6 +148,7 @@ namespace Default
|
|||
constexpr float delayEG { 0 };
|
||||
constexpr float hold { 0 };
|
||||
constexpr float release { config::defaultAmpEGRelease };
|
||||
constexpr float vel2release { 0.0f };
|
||||
constexpr float start { 0.0 };
|
||||
constexpr float sustain { 100.0 };
|
||||
constexpr float vel2sustain { 0.0 };
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ struct EGDescription
|
|||
float vel2decay { Default::decay };
|
||||
float vel2delay { Default::delayEG };
|
||||
float vel2hold { Default::hold };
|
||||
float vel2release { Default::release };
|
||||
float vel2release { Default::vel2release };
|
||||
float vel2sustain { Default::vel2sustain };
|
||||
int vel2depth { Default::depth };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue