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

Method getLightInfo

include/engine/Module.hpp:302–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300 return outputInfos[index];
301 }
302 LightInfo* getLightInfo(int index) {
303 return lightInfos[index];
304 }
305 Expander& getLeftExpander() {
306 return leftExpander;
307 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected