diff --git a/src/sfizz/Defaults.h b/src/sfizz/Defaults.h index df71352e..dc54a6c2 100644 --- a/src/sfizz/Defaults.h +++ b/src/sfizz/Defaults.h @@ -72,8 +72,8 @@ namespace Default constexpr Range oscillatorDetuneRange { -9600, 9600 }; constexpr Range oscillatorDetuneCCRange { -9600, 9600 }; constexpr float oscillatorModDepth { 0 }; - constexpr Range oscillatorModDepthRange { 0, 100 }; - constexpr Range oscillatorModDepthCCRange { 0, 100 }; + constexpr Range oscillatorModDepthRange { 0, 10000 }; // depth%, allowed to be >100 for FM + constexpr Range oscillatorModDepthCCRange { 0, 10000 }; constexpr int oscillatorQuality { 1 }; constexpr Range oscillatorQualityRange { 0, 3 };