The MidiShortMessage type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BuildMessage(Int32, Int64) |
Constructs a new Midi data message.
| |
| BuildMessage(Int64, Int64) |
Constructs a new Midi data message.
| |
| BuildMessage(Byte, Int32, Int64) |
Constructs a new Midi data message.
| |
| BuildMessage(MIDIStatus, Byte, Int32, Int64) |
Constructs a new Midi data message.
| |
| BuildMessage(Byte, Byte, Byte, Byte, Int64) |
Constructs a new Midi data message.
| |
| BuildMessage(MIDIStatus, Byte, Byte, Byte, Int64) |
Constructs a new Midi data message.
| |
| GetPairedData |
Returns a combined paired value from a MSB and a LSB data byte.
| |
| GetPairedData1 |
Returns a combined paired Data1 value from a MSB and a LSB MidiShortMessage.
| |
| GetPairedData2 |
Returns a combined paired Data2 value from a MSB and a LSB MidiShortMessage.
| |
| SetContinuousController |
Defines that this message is related to a continuous controller.
| |
| ToString |
Returns the string representation of the Midi short message.
(Overrides ObjectToString.) | |
| ToString(String) |
Returns the string representation of the Midi short message.
| |
| ToString(String, IFormatProvider) |
Returns the string representation of the Midi short message.
|
See Also