We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fca388 commit 4b5278dCopy full SHA for 4b5278d
source/CocoaDelay.cpp
@@ -364,6 +364,7 @@ void CocoaDelay::OnParamChange(int paramIdx)
364
auto driveEnabled = GetParam(Parameters::driveGain)->Value() > 0.0;
365
pGraphics->GetControl(17)->GrayOut(!driveEnabled);
366
pGraphics->GetControl(18)->GrayOut(!driveEnabled);
367
+ pGraphics->GetControl(19)->GrayOut(!driveEnabled);
368
break;
369
}
370
0 commit comments