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

Method getImmediateValue

src/engine/ParamQuantity.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53
54float ParamQuantity::getImmediateValue() {
55 if (!module)
56 return 0.f;
57 return APP->engine->getParamValue(module, paramId);
58}
59
60
61float ParamQuantity::getMinValue() {

Callers

nothing calls this directly

Calls 1

getParamValueMethod · 0.80

Tested by

no test coverage detected