BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessageBuildMessage Method (Byte, Int32, Int64)

BASS.NET API for the Un4seen BASS Audio Library
Constructs a new Midi data message.

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

public void BuildMessage(
	byte status,
	int data,
	long timestamp
)

Parameters

status
Type: SystemByte
The Midi status byte value to use.
data
Type: SystemInt32
The data value to use (autofils Data1, Data2 and optionally Data3).
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