Unclamp the initial volume; we need to remove these clampings...
This commit is contained in:
parent
792b62cc78
commit
d8d956562e
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ namespace Default
|
||||||
// Performance parameters: amplifier
|
// Performance parameters: amplifier
|
||||||
constexpr float globalVolume { -7.35f };
|
constexpr float globalVolume { -7.35f };
|
||||||
constexpr float volume { 0.0f };
|
constexpr float volume { 0.0f };
|
||||||
constexpr Range<float> volumeRange { -144.0, 6.0 };
|
constexpr Range<float> volumeRange { -144.0, 48.0 };
|
||||||
constexpr Range<float> volumeCCRange { -144.0, 48.0 };
|
constexpr Range<float> volumeCCRange { -144.0, 48.0 };
|
||||||
constexpr float amplitude { 100.0 };
|
constexpr float amplitude { 100.0 };
|
||||||
constexpr Range<float> amplitudeRange { 0.0, 100.0 };
|
constexpr Range<float> amplitudeRange { 0.0, 100.0 };
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue