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

Method getParamQuantity

include/engine/Module.hpp:293–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291 return lights[index];
292 }
293 ParamQuantity* getParamQuantity(int index) {
294 return paramQuantities[index];
295 }
296 PortInfo* getInputInfo(int index) {
297 return inputInfos[index];
298 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected