Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getOutputDeviceIds
Method
getOutputDeviceIds
src/midiloopback.cpp:61–64 ·
view source on GitHub ↗
Output methods
Source
from the content-addressed store, hash-verified
59
60
// Output methods
61
std::vector<int> getOutputDeviceIds() override {
62
// Output IDs match input IDs
63
return getInputDeviceIds();
64
}
65
int getDefaultOutputDeviceId() override {
66
return getDefaultInputDeviceId();
67
}
Callers
1
getDeviceIds
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected