diff --git a/src/AbstractMidiInterface.h b/src/AbstractMidiInterface.h index 25b1a32..bbf6a60 100644 --- a/src/AbstractMidiInterface.h +++ b/src/AbstractMidiInterface.h @@ -401,7 +401,7 @@ public: } protected: - // + // this method needs to be overwritten to add the specific Serial, BLE or AppleMIDI serializers virtual void send(Type type, DataByte data1, DataByte data2, Channel channel) = 0; };