Give room for FM index greater than 1
This commit is contained in:
parent
05b5728d88
commit
a587b4035b
1 changed files with 2 additions and 2 deletions
|
|
@ -72,8 +72,8 @@ namespace Default
|
|||
constexpr Range<float> oscillatorDetuneRange { -9600, 9600 };
|
||||
constexpr Range<float> oscillatorDetuneCCRange { -9600, 9600 };
|
||||
constexpr float oscillatorModDepth { 0 };
|
||||
constexpr Range<float> oscillatorModDepthRange { 0, 100 };
|
||||
constexpr Range<float> oscillatorModDepthCCRange { 0, 100 };
|
||||
constexpr Range<float> oscillatorModDepthRange { 0, 10000 }; // depth%, allowed to be >100 for FM
|
||||
constexpr Range<float> oscillatorModDepthCCRange { 0, 10000 };
|
||||
constexpr int oscillatorQuality { 1 };
|
||||
constexpr Range<int> oscillatorQualityRange { 0, 3 };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue