MCPcopy 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
138void init() {
139 driver = new Driver;
140 midi::addDriver(DRIVER, driver);
141}
142
143void step() {
144 for (int i = 0; i < 16; i++) {

Callers

nothing calls this directly

Calls 1

addDriverFunction · 0.70

Tested by

no test coverage detected