EventArgs class to be passed as the second parameter of a MessageReceived or MessageReceived event handler.
Inheritance Hierarchy
SystemEventArgs
radio42.Multimedia.MidiMidiMessageEventArgs
Namespace: radio42.Multimedia.Midi
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.7
Syntax
The MidiMessageEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MidiMessageEventArgs |
Initializes a new instance of the MidiMessageEventArgs class by initializing all of its properties.
|
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.
|
Remarks
See Also