BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessage Constructor

BASS.NET API for the Un4seen BASS Audio Library
Default constructor.

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

public MidiShortMessage()
Remarks

You might use this one together with the BuildMessage(MIDIStatus, Byte, Byte, Byte, Int64) method to construct your own Midi data message.
See Also

Reference