Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ init
Function
init
src/midiloopback.cpp:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
112
113
void init() {
114
Driver* driver = new Driver;
115
midi::addDriver(DRIVER_ID, driver);
116
}
117
118
119
} // namespace midiloopback
Callers
nothing calls this directly
Calls
1
addDriver
Function · 0.70
Tested by
no test coverage detected