BASS.NET API for the Un4seen BASS Audio Library

MidiInputDeviceIsPairedControllerMessage Method

BASS.NET API for the Un4seen BASS Audio Library
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

public int IsPairedControllerMessage(
	MidiShortMessage msg
)

Parameters

msg
Type: radio42.Multimedia.MidiMidiShortMessage
The MidiShortMessage to check.

Return Value

Type: Int32
0 = 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

Reference