Give room for FM index greater than 1

This commit is contained in:
Jean Pierre Cimalando 2020-09-23 00:20:32 +02:00
parent 05b5728d88
commit a587b4035b

View file

@ -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 };