BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessageSetContinuousController Method

BASS.NET API for the Un4seen BASS Audio Library
Defines that this message is related to a continuous controller.

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

public void SetContinuousController(
	bool thisIsMSB,
	bool previousIsMSB
)

Parameters

thisIsMSB
Type: SystemBoolean
Set to , if this message contains the MSB (coarse) controller value - else this message contains the LSB (fine) controller value.
previousIsMSB
Type: SystemBoolean
Set to , if the PreviousShortMessage contains the MSB (coarse) controller value - else the PreviousShortMessage contains the LSB (fine) controller value.
Remarks

If you set both parameters to the message is not related to a continuous controller (default).

In addition this message is only set to be a continuous controller message, if the PreviousShortMessage exists and it's StatusType also has a value of ControlChange and the Channel is the same.

See Also

Reference