BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessageData3 Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the MIDI data byte 3.

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

public byte Data3 { get; set; }

Property Value

Type: Byte
Remarks

This member is only used, if the StatusType is None, for all recognized StatusTypes the Data3 byte is not used and has a default value of 0! So it is here just for completeness and will typically never be used.
See Also

Reference