Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
float Quantity::getDisplayValue() {
12
return getValue();
13
}
14
15
void Quantity::setDisplayValue(float displayValue) {
16
setValue(displayValue);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected