Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getName
Method
getName
src/midiloopback.cpp:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
27
struct Driver : midi::Driver {
28
std::string getName() override {
29
return
"Loopback"
;
30
}
31
32
// Input methods
33
std::vector<int> getInputDeviceIds() override {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected