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

Method getName

src/rtmidi.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 std::string getName() override {
68 return name;
69 }
70
71 static void midiInputCallback(double timeStamp, std::vector<unsigned char>* message, void* userData) {
72 if (!message)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected