Enum OrphanedNoteOnEventsPolicy
Specifies how sanitizing engine should react on Note On (see NoteOnEvent) events without
corresponding Note Off ones. The default value is Remove. More info in the
Sanitizer: OrphanedNoteOnEventsPolicy article.
Namespace: Melanchall.DryWetMidi.Tools
Assembly: Melanchall.DryWetMidi.dll
Syntax
public enum OrphanedNoteOnEventsPolicy
Fields
Name | Description |
---|---|
CompleteNote | Try to complete a note which starts from an orphaned Note On event. |
Ignore | Don't touch orphaned Note On events. |
Remove | Remove orphaned Note On events. |