BASS.NET API for the Un4seen BASS Audio Library

MidiSysExMessageStatusType Property

BASS.NET API for the Un4seen BASS Audio Library
Gets the Midi status type (one of the MIDIStatus values) from the first byte of the Message data buffer.

Namespace:  radio42.Multimedia.Midi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public MIDIStatus StatusType { get; }

Property Value

Type: MIDIStatus
Remarks

The status type is kept in the first byte of the Message data buffer.

If no usefull status type could be evaluated None will be returned (this will also be the case, if no Message data buffer is available).

See Also

Reference