@ -100,6 +100,13 @@ public:
|
||||
"Freeze Volume",
|
||||
NormalisableRange<float> {0.0f, 1.0f, .01f},
|
||||
0.5f);
|
||||
|
||||
sliderIds.push_back("panWidth");
|
||||
addToLayout<AudioParameterFloat>(layout,
|
||||
ParameterID("panWidth"),
|
||||
"Pan Width",
|
||||
NormalisableRange<float> {0.0f, 1.0f, .01f},
|
||||
0.5f);
|
||||
|
||||
|
||||
toggleIds.push_back("autoTuneEnabled");
|
||||
|
||||
Reference in New Issue
Block a user