Skip to content

Commit 4b5278d

Browse files
committed
gray out drive iterations knob when drive gain is set to 0
1 parent 1fca388 commit 4b5278d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/CocoaDelay.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ void CocoaDelay::OnParamChange(int paramIdx)
364364
auto driveEnabled = GetParam(Parameters::driveGain)->Value() > 0.0;
365365
pGraphics->GetControl(17)->GrayOut(!driveEnabled);
366366
pGraphics->GetControl(18)->GrayOut(!driveEnabled);
367+
pGraphics->GetControl(19)->GrayOut(!driveEnabled);
367368
break;
368369
}
369370
}

0 commit comments

Comments
 (0)