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

Function addDriver

src/midi.cpp:478–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478void addDriver(int driverId, Driver* driver) {
479 assert(driver);
480 drivers.push_back(std::make_pair(driverId, driver));
481}
482
483std::vector<int> getDriverIds() {
484 std::vector<int> driverIds;

Callers 5

initFunction · 0.70
rtaudioInitFunction · 0.70
initFunction · 0.70
initFunction · 0.70
rtmidiInitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected