midimsg Struct Reference
#include <MIDI.h>
List of all members.
Detailed Description
The
midimsg structure contains decoded data of a MIDI message read from the serial port with read() or thru().
Definition at line 97 of file MIDI.h.
Member Data Documentation
The MIDI channel on which the message was recieved.
Value goes from 1 to 16.
Definition at line 99 of file MIDI.h.
The first data byte.
Value goes from 0 to 127.
If the message is SysEx, this byte contains the array length.
Definition at line 103 of file MIDI.h.
The second data byte. If the message is only 2 bytes long, this one is null.
Value goes from 0 to 127.
Definition at line 105 of file MIDI.h.
System Exclusive dedicated byte array.
Array length is stocked in data1.
Definition at line 107 of file MIDI.h.
The type of the message (see the define section for types reference)
Definition at line 101 of file MIDI.h.
This boolean indicates if the message is valid or not. There is no channel consideration here, validity means the message respects the MIDI norm.
Definition at line 109 of file MIDI.h.
The documentation for this struct was generated from the following file:
- /Users/franky/Documents/Dropbox/SVN/embedded/toolbox/libraries/MIDILib/trunk/Arduino/MIDI.h