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

Method getDeviceId

src/audio.cpp:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153int Port::getDeviceId() {
154 return deviceId;
155}
156
157void Port::setDeviceId(int deviceId) {
158 if (!driver)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected