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

Method getParamValue

src/engine/Engine.cpp:1128–1130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1126
1127
1128float Engine::getParamValue(Module* module, int paramId) {
1129 return module->params[paramId].getValue();
1130}
1131
1132
1133void Engine::setParamSmoothValue(Module* module, int paramId, float value) {

Callers 1

getImmediateValueMethod · 0.80

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected