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

Method getInputInfo

include/engine/Module.hpp:296–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294 return paramQuantities[index];
295 }
296 PortInfo* getInputInfo(int index) {
297 return inputInfos[index];
298 }
299 PortInfo* getOutputInfo(int index) {
300 return outputInfos[index];
301 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected