The MidiMessageEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Device |
Gets the Midi device handle on which the event occurred.
| |
| DeviceID |
Gets the Midi device ID on which the event occurred.
| |
| EventType |
Gets the type of event which occurred.
| |
| IsShortMessage |
Returns , if a Midi short message was passed along with the event (else ).
| |
| IsSysExMessage |
Returns , if a Midi system-exclusive message which was passed along with the event (else ).
| |
| Message |
Gets the message which was passed along with the event.
| |
| ShortMessage |
Gets the Midi short message which was passed along with the event.
| |
| SysExMessage |
Gets the Midi system-exclusive message which was passed along with the event.
|
See Also