Set default volume to 0
This commit is contained in:
parent
0906fe98d4
commit
0bcd09a761
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ namespace Default
|
|||
constexpr Range<uint8_t> ccTriggerValueRange{ 0, 127 };
|
||||
|
||||
// Performance parameters: amplifier
|
||||
constexpr float volume { -3.0 };
|
||||
constexpr float volume { 0.0f };
|
||||
constexpr Range<float> volumeRange { -144.0, 6.0 };
|
||||
constexpr Range<float> volumeCCRange { -144.0, 48.0 };
|
||||
constexpr float amplitude { 100.0 };
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue