BASS.NET API for the Un4seen BASS Audio Library

MidiInputDeviceProcessErrorMessages Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets if erroneous Midi messages should also be processed.

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

public bool ProcessErrorMessages { get; set; }

Property Value

Type: Boolean
Remarks

Sometimes a Midi device might send invalid or erroneous Midi messages. This property defines, if erroneous Midi messages (see MIM_LONGERROR and MIM_ERROR) should anyhow be used and raise the MessageReceived event.

If set to (default) only valid messages will be processed.

See Also

Reference