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

Method getDeviceIds

src/audio.cpp:141–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141std::vector<int> Port::getDeviceIds() {
142 if (!driver)
143 return {};
144 try {
145 return driver->getDeviceIds();
146 }
147 catch (Exception& e) {
148 WARN("Audio port could not get device IDs: %s", e.what());
149 return {};
150 }
151}
152
153int Port::getDeviceId() {
154 return deviceId;

Callers

nothing calls this directly

Calls 1

whatMethod · 0.80

Tested by

no test coverage detected