Gets or Sets the Midi status type (one of the MIDIStatus values) from/to the Status byte.
Namespace: radio42.Multimedia.Midi
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.2
Syntax
Property Value
Type: MIDIStatusRemarks
If no usefull status type could be evaluated None will be returned (which might not reflect the actual status byte value, e.g. if the Status has a value of 0xFD there will be no useful status type associated).
When assigning a status type the following will apply: If the new value is 0xF0 or above, the full Status byte will be set with the new value, else only the 4 upper bits will be set with the new value.
See Also