Fix build.
This commit is contained in:
parent
53afedf081
commit
7bac715a58
|
|
@ -772,6 +772,7 @@ bool MidiInterface<SerialPort>::parse()
|
|||
}
|
||||
|
||||
// Private method, see midi_Settings.h for documentation
|
||||
template<class SerialPort>
|
||||
inline void MidiInterface<SerialPort>::handleNullVelocityNoteOnAsNoteOff()
|
||||
{
|
||||
#if MIDI_HANDLE_NULL_VELOCITY_NOTE_ON_AS_NOTE_OFF
|
||||
|
|
|
|||
Loading…
Reference in New Issue