better autotune speed
This commit is contained in:
@ -213,7 +213,7 @@ public:
|
||||
autoTuneSpeed(addToLayout<AudioParameterFloat>(layout,
|
||||
ID::autoTuneSpeed,
|
||||
"AutoTune Speed",
|
||||
NormalisableRange<float> {0.0f, 1.0f, .01f},
|
||||
NormalisableRange<float> {0.001f, 0.4f, .01f},
|
||||
.5f)),
|
||||
mute(addToLayout<AudioParameterBool>(layout, ID::mute, "Mute", false)),
|
||||
filterType(addToLayout<AudioParameterChoice>(layout,
|
||||
|
||||
Reference in New Issue
Block a user