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

Method getOutputDeviceName

src/midiloopback.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 return getDefaultInputDeviceId();
67 }
68 std::string getOutputDeviceName(int deviceId) override {
69 return getInputDeviceName(deviceId);
70 }
71 midi::OutputDevice* subscribeOutput(int deviceId, midi::Output* output) override {
72 midi::OutputDevice* outputDevice = getDevice(deviceId);
73 if (!outputDevice)

Callers 1

getDeviceNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected