Enum SilentNoteOnPolicy
Specifies how reading engine should react on
Note On events with velocity of zero.
The default is NoteOff.Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
public enum SilentNoteOnPolicy : byte
Fields
| Name | Description |
|---|---|
| NoteOff | Read an event as NoteOffEvent. |
| NoteOn | Read an event as NoteOnEvent. |