Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getValue
Method
getValue
include/engine/Param.hpp:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
float value = 0.f;
13
14
float getValue() {
15
return value;
16
}
17
18
void setValue(float value) {
19
this->value = value;
Callers
3
processMessage
Method · 0.45
processCC
Method · 0.45
processSystem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected