BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessageBuildMessage Method (MIDIStatus, 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(
	MIDIStatus status,
	byte channel,
	int data,
	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).
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