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

Function addDriver

src/audio.cpp:394–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394void addDriver(int driverId, Driver* driver) {
395 assert(driver);
396 assert(driverId != -1);
397 drivers.push_back(std::make_pair(driverId, driver));
398}
399
400std::vector<int> getDriverIds() {
401 std::vector<int> driverIds;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected