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

Function getDriverIds

src/midi.cpp:483–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481}
482
483std::vector<int> getDriverIds() {
484 std::vector<int> driverIds;
485 for (auto& pair : drivers) {
486 driverIds.push_back(pair.first);
487 }
488 return driverIds;
489}
490
491Driver* getDriver(int driverId) {
492 // Search for driver by ID

Callers 2

appendMidiDriverMenuFunction · 0.50
appendAudioDriverMenuFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected