Table of Contents

Class StandardChord

Namespace
ChartTools
Assembly
ChartTools.dll

Set of notes played simultaneously by a standard five-fret instrument

public class StandardChord : Chord<LaneNote<StandardLane>, StandardLane, StandardChordModifiers>, ITrackObject, IReadOnlyTrackObject
Inheritance
StandardChord
Implements
Inherited Members
Extension Methods

Constructors

StandardChord()

public StandardChord()

StandardChord(uint)

public StandardChord(uint position)

Parameters

position uint

StandardChord(uint, params ReadOnlySpan<LaneNote<StandardLane>>)

public StandardChord(uint position, params ReadOnlySpan<LaneNote<StandardLane>> notes)

Parameters

position uint
notes ReadOnlySpan<LaneNote<StandardLane>>

StandardChord(uint, params ReadOnlySpan<StandardLane>)

public StandardChord(uint position, params ReadOnlySpan<StandardLane> notes)

Parameters

position uint
notes ReadOnlySpan<StandardLane>

Properties

OpenExclusivity

public override bool OpenExclusivity { get; }

Property Value

bool

Remarks

Always true for StandardChord