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

Method getMaxValue

src/engine/ParamQuantity.cpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65float ParamQuantity::getMaxValue() {
66 return maxValue;
67}
68
69float ParamQuantity::getDefaultValue() {
70 return defaultValue;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected