Search Results for

    Show / Hide Table of Contents

    Delegate NoteSelection

    Defines a predicate to select notes from pattern.
    Namespace: Melanchall.DryWetMidi.Composing
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public delegate bool NoteSelection(int noteIndex, NoteDescriptor noteDescriptor)
    Parameters
    Type Name Description
    int noteIndex The index of currently processing note. Index is continuous so it will not be set to zero for sub-patterns.
    NoteDescriptor noteDescriptor The descriptor of a note containing all required information about the note.
    Returns
    Type Description
    bool true if a note should be selected and processed; otherwise, false.
    In this article
    Back to top 2024 / Generated by DocFX