Search Results for

    Show / Hide Table of Contents

    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.
    In this article
    Back to top 2024 / Generated by DocFX