Fix the broken stereo when width is default
This commit is contained in:
parent
368505357a
commit
1faa7f0739
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ namespace Default
|
|||
constexpr float position { 0.0 };
|
||||
constexpr Range<float> positionRange { -100.0, 100.0 };
|
||||
constexpr Range<float> positionCCRange { -200.0, 200.0 };
|
||||
constexpr float width { 0.0 };
|
||||
constexpr float width { 100.0 };
|
||||
constexpr Range<float> widthRange { -100.0, 100.0 };
|
||||
constexpr Range<float> widthCCRange { -200.0, 200.0 };
|
||||
constexpr uint8_t ampKeycenter { 60 };
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue