Enum InvalidSystemCommonEventParameterValuePolicy
Specifies how reading engine should react on invalid value of a system common event's
parameter value. For example,
255
is the invalid value for the Number
and will be processed according with this policy. The default is Abort.Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public enum InvalidSystemCommonEventParameterValuePolicy
Fields
Name | Description |
---|---|
Abort | Abort reading and throw an InvalidSystemCommonEventParameterValueException. |
SnapToLimits | Read value and snap it to limits of the allowable range if it is out of them. |