commit 2d3e0839498b0e1a4e2d075d478928b677cab5d4
parent 5b8e4afab3cf2d8731cca6ea472616888b535ca9
Author: Adam M <[email protected]>
Date: Sat, 16 Oct 2021 09:54:23 -0500
rolypouter remove randomization
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/ComputerscareRolyPouter.cpp b/src/ComputerscareRolyPouter.cpp
@@ -182,12 +182,10 @@ struct DisableableSnapKnob : RoundBlackSnapKnob {
}
if (disabled != lastDisabled) {
setSvg(disabled ? disabledSvg : enabledSvg);
- dirtyValue = -20.f;
lastDisabled = disabled;
}
RoundBlackSnapKnob::step();
}
- void randomize() override {return;}
};
struct ComputerscareRolyPouterWidget : ModuleWidget {
ComputerscareRolyPouterWidget(ComputerscareRolyPouter *module) {