Class ChordData
Holds the data for a Chord construction.
Inherited Members
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> |