BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessage Constructor (Byte, Byte, Byte, Byte, Int64)

BASS.NET API for the Un4seen BASS Audio Library
Creates a new instance of the MidiShortMessage.

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

public MidiShortMessage(
	byte status,
	byte data1,
	byte data2,
	byte data3,
	long timestamp
)

Parameters

status
Type: SystemByte
The Midi status byte value to use.
data1
Type: SystemByte
The data 1 value to use.
data2
Type: SystemByte
The data 2 value to use.
data3
Type: SystemByte
The data 3 value to use (typically never used).
timestamp
Type: SystemInt64
The time stamp to use (expressed in milliseconds or 0 if not applicable).
Remarks

You might use this to construct for example a channel message.
See Also

Reference