Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ init
Function
init
src/gamepad.cpp:138–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
137
138
void init() {
139
driver = new Driver;
140
midi::addDriver(DRIVER, driver);
141
}
142
143
void step() {
144
for (int i = 0; i < 16; i++) {
Callers
nothing calls this directly
Calls
1
addDriver
Function · 0.70
Tested by
no test coverage detected