Unclamp the initial volume; we need to remove these clampings...

This commit is contained in:
Paul Ferrand 2020-07-01 14:14:09 +02:00
parent 792b62cc78
commit d8d956562e

View file

@ -111,7 +111,7 @@ namespace Default
// Performance parameters: amplifier
constexpr float globalVolume { -7.35f };
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 float amplitude { 100.0 };
constexpr Range<float> amplitudeRange { 0.0, 100.0 };