Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
float ParamQuantity::getDefaultValue() {
70
return defaultValue;
71
}
72
73
float ParamQuantity::getDisplayValue() {
74
float v = getValue();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected