BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessageBuildMessage Method (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(
	int message,
	long timestamp
)

Parameters

message
Type: SystemInt32
The message value to use.
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