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

Method getDisplayValue

src/Quantity.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10
11float Quantity::getDisplayValue() {
12 return getValue();
13}
14
15void Quantity::setDisplayValue(float displayValue) {
16 setValue(displayValue);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected