Merge branch 'dev' into feature/usb

This commit is contained in:
Francois Best 2014-04-02 09:17:04 +02:00
commit 76c5846edd
1 changed files with 1 additions and 0 deletions

View File

@ -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