We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d576eb commit a9d0459Copy full SHA for a9d0459
src/USB-MIDI.h
@@ -52,8 +52,6 @@ class usbMidiTransport
52
this->cableNumber = cableNumber;
53
};
54
55
- const char* getTransportName() { return "USB-MIDI"; };
56
-
57
protected:
58
void begin()
59
{
0 commit comments