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

Method getDefaultInputDeviceId

src/midiloopback.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 return deviceIds;
39 }
40 int getDefaultInputDeviceId() override {
41 return 0;
42 }
43 std::string getInputDeviceName(int deviceId) override {
44 return getDevice(deviceId)->getName();
45 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected