MCPcopy Create free account
hub / github.com/VCVRack/Rack / getDisplayValue

Method getDisplayValue

src/app/MenuBar.cpp:231–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229 return 0.5;
230 }
231 float getDisplayValue() override {
232 return getValue() * 100;
233 }
234 void setDisplayValue(float displayValue) override {
235 setValue(displayValue / 100);
236 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected