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

Method getDefaultOutputDeviceId

include/midi.hpp:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 return {};
134 }
135 virtual int getDefaultOutputDeviceId() {
136 return -1;
137 }
138 virtual std::string getOutputDeviceName(int deviceId) {
139 return "";
140 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected