MCPcopy Create free account
hub / github.com/VCVRack/Rack / init

Function init

src/keyboard.cpp:288–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286
287
288void init() {
289 driver = new Driver;
290 midi::addDriver(DRIVER, driver);
291}
292
293void press(int key) {
294 if (!driver)

Callers

nothing calls this directly

Calls 1

addDriverFunction · 0.70

Tested by

no test coverage detected