BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessageIsSetAsContinuousController Property

BASS.NET API for the Un4seen BASS Audio Library
Gets, if this message was manually set to be a continuous controller message.

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

public bool IsSetAsContinuousController { get; }

Property Value

Type: Boolean
Remarks

This message is only a continuous controller message, if set via SetContinuousController(Boolean, Boolean) and if the PreviousShortMessage exists and it's StatusType also has a value of ControlChange and the Channel is the same.

See Also

Reference