diff --git a/src/MIDI.hpp b/src/MIDI.hpp index d03eab1..be7c28a 100644 --- a/src/MIDI.hpp +++ b/src/MIDI.hpp @@ -124,7 +124,7 @@ MidiInterface& MidiInterface sSysExMaxSize ? sSysExMaxSize : size; } - inline bool isSysRT () const + inline bool isSystemRealTime () const { return (type & 0xf8) == 0xf8; } - inline bool isSysCommon () const + inline bool isSystemCommon () const { return (type & 0xf8) == 0xf0; }