Merge branch 'dev' into feature/usb
This commit is contained in:
commit
76c5846edd
|
|
@ -772,6 +772,7 @@ bool MidiInterface<SerialPort>::parse()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Private method, see midi_Settings.h for documentation
|
// Private method, see midi_Settings.h for documentation
|
||||||
|
template<class SerialPort>
|
||||||
inline void MidiInterface<SerialPort>::handleNullVelocityNoteOnAsNoteOff()
|
inline void MidiInterface<SerialPort>::handleNullVelocityNoteOnAsNoteOff()
|
||||||
{
|
{
|
||||||
#if MIDI_HANDLE_NULL_VELOCITY_NOTE_ON_AS_NOTE_OFF
|
#if MIDI_HANDLE_NULL_VELOCITY_NOTE_ON_AS_NOTE_OFF
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue