Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getDevice
Method
getDevice
src/audio.cpp:137–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
Device* Port::getDevice() {
138
return device;
139
}
140
141
std::vector<int> Port::getDeviceIds() {
142
if (!driver)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected