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

Method getDeviceNumOutputs

include/audio.hpp:48–50  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

46 }
47 /** Returns the number of output of a device without obtaining it. */
48 virtual int getDeviceNumOutputs(int deviceId) {
49 return 0;
50 }
51
52 /** Adds the given port as a reference holder of a device and returns the it.
53 Creates the Device if no ports are subscribed before calling.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected