Is the given MidiShortMessage a paired controller message?
Namespace: radio42.Multimedia.Midi
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Parameters
- msg
- Type: radio42.Multimedia.MidiMidiShortMessage
The MidiShortMessage to check.
Return Value
Type: Int320 = not a pair; -1 = this is the first one, needs to be stacked; +1 = this is the second one, need to be flushed (thisIsMSB); +2 = this is the second one, need to be flushed (previousIsMSB)
See Also