Enum UnknownChannelEventInstruction
Instruction for reading engine which tells how unknown channel event should be handled.
Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public enum UnknownChannelEventInstruction
Fields
Name | Description |
---|---|
Abort | Abort reading and throw UnknownChannelEventException. |
SkipData | Skip data bytes. |