@ -86,6 +86,20 @@ public:
|
||||
"Portamento Speed",
|
||||
NormalisableRange<float> {0.001f, 0.2f, .001f},
|
||||
.01f);
|
||||
|
||||
sliderIds.push_back("freezePitch");
|
||||
addToLayout<AudioParameterFloat>(layout,
|
||||
ParameterID("freezePitch"),
|
||||
"Freeze pitch",
|
||||
NormalisableRange<float> {-12.0f, 12.0f, 1.00f},
|
||||
0.0f);
|
||||
|
||||
sliderIds.push_back("freezeVolume");
|
||||
addToLayout<AudioParameterFloat>(layout,
|
||||
ParameterID("freezeVolume"),
|
||||
"Freeze Volume",
|
||||
NormalisableRange<float> {0.0f, 1.0f, .01f},
|
||||
0.5f);
|
||||
|
||||
|
||||
toggleIds.push_back("autoTuneEnabled");
|
||||
|
||||
Reference in New Issue
Block a user