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

Method getName

src/rtaudio.cpp:217–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 }
216
217 std::string getName() override {
218 return deviceInfo.name;
219 }
220 int getNumInputs() override {
221 return inputParameters.nChannels;
222 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected