From 9794faffa337c362546f2da32459551077f78b77 Mon Sep 17 00:00:00 2001 From: lathoub Date: Sat, 3 Nov 2018 17:51:10 +0100 Subject: [PATCH] added comment --- src/AbstractMidiInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };