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

Method getInputDeviceName

include/midi.hpp:116–118  ·  view source on GitHub ↗

Returns the name of an input device without obtaining it. */

Source from the content-addressed store, hash-verified

114 }
115 /** Returns the name of an input device without obtaining it. */
116 virtual std::string getInputDeviceName(int deviceId) {
117 return "";
118 }
119 /** Adds the given port as a reference holder of a device and returns the it.
120 Creates the Device if no ports are subscribed before calling.
121 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected