Delegate UnknownChannelEventCallback
Callback used to read unknown channel event if UnknownChannelEventPolicy
set to UseCallback.
Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public delegate UnknownChannelEventAction UnknownChannelEventCallback(FourBitNumber statusByte, FourBitNumber channel)
Parameters
| Type | Name | Description |
|---|---|---|
| FourBitNumber | statusByte | Status byte of channel event. |
| FourBitNumber | channel | Channel of event. |
Returns
| Type | Description |
|---|---|
| UnknownChannelEventAction | An instance of the UnknownChannelEventAction representing an action to perform. |