Set virtuallyZero to -60 dB
This commit is contained in:
parent
a825b3f1d3
commit
4248b136e7
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ namespace config {
|
||||||
constexpr int omniOnCC { 125 };
|
constexpr int omniOnCC { 125 };
|
||||||
constexpr float halfCCThreshold { 0.5f };
|
constexpr float halfCCThreshold { 0.5f };
|
||||||
constexpr int centPerSemitone { 100 };
|
constexpr int centPerSemitone { 100 };
|
||||||
constexpr float virtuallyZero { 0.00005f };
|
constexpr float virtuallyZero { 0.001f };
|
||||||
constexpr float fastReleaseDuration { 0.01f };
|
constexpr float fastReleaseDuration { 0.01f };
|
||||||
constexpr char defineCharacter { '$' };
|
constexpr char defineCharacter { '$' };
|
||||||
constexpr Oversampling defaultOversamplingFactor { Oversampling::x1 };
|
constexpr Oversampling defaultOversamplingFactor { Oversampling::x1 };
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue