BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessage Constructor (MIDIStatus, 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(
	MIDIStatus status,
	byte channel,
	byte data1,
	byte data2,
	long timestamp
)

Parameters

status
Type: radio42.Multimedia.MidiMIDIStatus
The MIDIStatus status to use.
channel
Type: SystemByte
The Midi channel number to use (0 to 15).
data1
Type: SystemByte
The data 1 value to use.
data2
Type: SystemByte
The data 2 value to use.
timestamp
Type: SystemInt64
The time stamp to use (expressed in milliseconds or 0).
Remarks

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

Reference