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

Method getDeviceNumInputs

include/audio.hpp:44–46  ·  view source on GitHub ↗

Returns the number of inputs of a device without obtaining it. */

Source from the content-addressed store, hash-verified

42 }
43 /** Returns the number of inputs of a device without obtaining it. */
44 virtual int getDeviceNumInputs(int deviceId) {
45 return 0;
46 }
47 /** Returns the number of output of a device without obtaining it. */
48 virtual int getDeviceNumOutputs(int deviceId) {
49 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected