Search Results for

    Show / Hide Table of Contents

    Class NoteData

    Holds the data for a Note construction.
    Inheritance
    object
    NoteData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Melanchall.DryWetMidi.Interaction
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public sealed class NoteData

    Properties

    TimedNoteOffEvent

    Gets TimedEvent holding NoteOffEvent of the note.
    Declaration
    public TimedEvent TimedNoteOffEvent { get; }
    Property Value
    Type Description
    TimedEvent

    TimedNoteOnEvent

    Gets TimedEvent holding NoteOnEvent of the note.
    Declaration
    public TimedEvent TimedNoteOnEvent { get; }
    Property Value
    Type Description
    TimedEvent

    See Also

    NoteDetectionSettings
    NotesManagingUtilities
    In this article
    Back to top 2024 / Generated by DocFX