MCPcopy 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

processMessageMethod · 0.45
processCCMethod · 0.45
processSystemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected