diff --git a/src/MIDI.h b/src/MIDI.h index 272e6b4..773ebb9 100644 --- a/src/MIDI.h +++ b/src/MIDI.h @@ -42,9 +42,12 @@ the hardware interface, meaning you can use HardwareSerial, SoftwareSerial or ak47's Uart classes. The only requirement is that the class implements the begin, read, write and available methods. */ -template +template class MidiInterface { +public: + typedef _Settings Settings; + public: inline MidiInterface(SerialPort& inSerial); inline ~MidiInterface();