Class UnknownChannelEventException
The exception that is thrown when the reading engine encountered unknown channel event.
Implements
Inherited Members
Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class UnknownChannelEventException : MidiException, ISerializable
Properties
Channel
Gets the channel of an unknown channel event.
Declaration
public FourBitNumber Channel { get; }
Property Value
| Type | Description |
|---|---|
| FourBitNumber |
Remarks
Channel is a zero-based number in DryWetMIDI, valid values are from
0 to 15.
Other libraries and software can use one-based channel numbers (i.e.from 1
to 16) so be aware about that: channel 10 in such software will be 9
in DryWetMIDI.StatusByte
Gets the status byte of an unknown channel event.
Declaration
public FourBitNumber StatusByte { get; }
Property Value
| Type | Description |
|---|---|
| FourBitNumber |