#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#include <Def/Def.hpp>
#include <Settings/SettingsWrapper.hpp>
#include "MIDI_MessageTypes.hpp"
Go to the source code of this file.
◆ MIDIReadEvent
Result of the MIDI interface read methods.
| Enumerator |
|---|
| NO_MESSAGE | No new incoming methods.
|
| CHANNEL_MESSAGE | A MIDI channel message was received.
|
| SYSEX_MESSAGE | A MIDI system exclusive message was received.
|
| REALTIME_MESSAGE | A MIDI real-time message was received.
|
Definition at line 15 of file MIDI_Parser.hpp.