Interface IChord
- Namespace
- ChartTools
- Assembly
- ChartTools.dll
Set of notes tied together.
public interface IChord : ITrackObject, IReadOnlyTrackObject
- Inherited Members
- Extension Methods
Remarks
Depending on the chord type, notes will be on the same position.
Properties
Notes
Read-only set of the notes in the chord.
IReadOnlyCollection<INote> Notes { get; }
Property Value
Methods
CreateNote(byte, uint)
INote CreateNote(byte index, uint length = 0)