BASS.NET API for the Un4seen BASS Audio Library

MidiMessageEventArgs Properties

BASS.NET API for the Un4seen BASS Audio Library

The MidiMessageEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyDevice
Gets the Midi device handle on which the event occurred.
Public propertyDeviceID
Gets the Midi device ID on which the event occurred.
Public propertyEventType
Gets the type of event which occurred.
Public propertyIsShortMessage
Returns , if a Midi short message was passed along with the event (else ).
Public propertyIsSysExMessage
Returns , if a Midi system-exclusive message which was passed along with the event (else ).
Public propertyMessage
Gets the message which was passed along with the event.
Public propertyShortMessage
Gets the Midi short message which was passed along with the event.
Public propertySysExMessage
Gets the Midi system-exclusive message which was passed along with the event.
Top
See Also

Reference