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

Function getDriverIds

src/audio.cpp:400–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398}
399
400std::vector<int> getDriverIds() {
401 std::vector<int> driverIds;
402 for (auto& pair : drivers) {
403 driverIds.push_back(pair.first);
404 }
405 return driverIds;
406}
407
408Driver* getDriver(int driverId) {
409 if (driverId == -1)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected