Enum NoteStartDetectionPolicy
Defines how start event of a note should be found in case of overlapping notes with
the same note number and channel. The default value is FirstNoteOn. More info in the
Getting objects: GetNotes: Settings: NoteStartDetectionPolicy
article.
Namespace: Melanchall.DryWetMidi.Interaction
Assembly: Melanchall.DryWetMidi.dll
Syntax
public enum NoteStartDetectionPolicy
Fields
Name | Description |
---|---|
FirstNoteOn | First Note On event with corresponding note number and channel should be taken. |
LastNoteOn | Last Note On event with corresponding note number and channel should be taken. |