BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessage Methods

BASS.NET API for the Un4seen BASS Audio Library

The MidiShortMessage type exposes the following members.

Methods

  NameDescription
Public methodBuildMessage(Int32, Int64)
Constructs a new Midi data message.
Public methodBuildMessage(Int64, Int64)
Constructs a new Midi data message.
Public methodBuildMessage(Byte, Int32, Int64)
Constructs a new Midi data message.
Public methodBuildMessage(MIDIStatus, Byte, Int32, Int64)
Constructs a new Midi data message.
Public methodBuildMessage(Byte, Byte, Byte, Byte, Int64)
Constructs a new Midi data message.
Public methodBuildMessage(MIDIStatus, Byte, Byte, Byte, Int64)
Constructs a new Midi data message.
Public methodStatic memberGetPairedData
Returns a combined paired value from a MSB and a LSB data byte.
Public methodStatic memberGetPairedData1
Returns a combined paired Data1 value from a MSB and a LSB MidiShortMessage.
Public methodStatic memberGetPairedData2
Returns a combined paired Data2 value from a MSB and a LSB MidiShortMessage.
Public methodSetContinuousController
Defines that this message is related to a continuous controller.
Public methodToString
Returns the string representation of the Midi short message.
(Overrides ObjectToString.)
Public methodCode exampleToString(String)
Returns the string representation of the Midi short message.
Public methodCode exampleToString(String, IFormatProvider)
Returns the string representation of the Midi short message.
Top
See Also

Reference