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

Method getDeviceName

include/audio.hpp:40–42  ·  view source on GitHub ↗

Returns the name of a device without obtaining it. */

Source from the content-addressed store, hash-verified

38 }
39 /** Returns the name of a device without obtaining it. */
40 virtual std::string getDeviceName(int deviceId) {
41 return "";
42 }
43 /** Returns the number of inputs of a device without obtaining it. */
44 virtual int getDeviceNumInputs(int deviceId) {
45 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected