| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected