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

Method getInputDeviceName

src/midiloopback.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 return 0;
42 }
43 std::string getInputDeviceName(int deviceId) override {
44 return getDevice(deviceId)->getName();
45 }
46 midi::InputDevice* subscribeInput(int deviceId, midi::Input* input) override {
47 midi::InputDevice* inputDevice = getDevice(deviceId);
48 if (!inputDevice)

Callers

nothing calls this directly

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected