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

Method getParamSmoothValue

src/engine/Engine.cpp:1145–1149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1143
1144
1145float Engine::getParamSmoothValue(Module* module, int paramId) {
1146 if (internal->smoothModule == module && internal->smoothParamId == paramId)
1147 return internal->smoothValue;
1148 return module->params[paramId].getValue();
1149}
1150
1151
1152void Engine::addParamHandle(ParamHandle* paramHandle) {

Callers 1

getValueMethod · 0.80

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected