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

Method getDefaultValue

src/engine/ParamQuantity.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69float ParamQuantity::getDefaultValue() {
70 return defaultValue;
71}
72
73float ParamQuantity::getDisplayValue() {
74 float v = getValue();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected