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

Method getDriverName

src/audio.cpp:125–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125std::string Port::getDriverName() {
126 if (!driver)
127 return "";
128 try {
129 return driver->getName();
130 }
131 catch (Exception& e) {
132 WARN("Audio port could not get driver name: %s", e.what());
133 return "";
134 }
135}
136
137Device* Port::getDevice() {
138 return device;

Callers

nothing calls this directly

Calls 2

whatMethod · 0.80
getNameMethod · 0.45

Tested by

no test coverage detected