Search Results for

    Show / Hide Table of Contents

    Class ChordData

    Holds the data for a Chord construction.
    Inheritance
    object
    ChordData
    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 ChordData

    Properties

    Notes

    Gets notes collection to build a chord.
    Declaration
    public ICollection<Note> Notes { get; }
    Property Value
    Type Description
    ICollection<Note>

    See Also

    ChordDetectionSettings
    ChordsManagingUtilities
    In this article
    Back to top 2024 / Generated by DocFX