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

Method getDefaultValue

src/app/MenuBar.cpp:228–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 return settings::cableOpacity;
227 }
228 float getDefaultValue() override {
229 return 0.5;
230 }
231 float getDisplayValue() override {
232 return getValue() * 100;
233 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected