basic freeze
This commit is contained in:
@ -93,6 +93,12 @@ public:
|
||||
ParameterID("autoTuneEnabled"),
|
||||
"AutoTune Enabled",
|
||||
false);
|
||||
|
||||
toggleIds.push_back("freezeEnabled");
|
||||
addToLayout<AudioParameterBool>(layout,
|
||||
ParameterID("freezeEnabled"),
|
||||
"Freeze Enabled",
|
||||
false);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user