Table of Contents

Class GHLChord

Namespace
ChartTools
Assembly
ChartTools.dll

Set of notes played simultaneously by a Guitar Hero Live instrument

public sealed class GHLChord : Chord<LaneNote<GHLLane>, GHLLane, GHLChordModifiers>, ITrackObject, IReadOnlyTrackObject
Inheritance
GHLChord
Implements
Inherited Members
Extension Methods

Constructors

GHLChord()

Creates an instance of GHLChord at position 0.

public GHLChord()

GHLChord(uint)

Creates an instance of GHLChord at the specified position.

public GHLChord(uint position)

Parameters

position uint

Position of the chord

GHLChord(uint, params ReadOnlySpan<GHLLane>)

Creates an instance of GHLChord with a specified position and notes.

public GHLChord(uint position, params ReadOnlySpan<GHLLane> notes)

Parameters

position uint

Position of the chord

notes ReadOnlySpan<GHLLane>

Set of notes to add by lane

GHLChord(uint, params ReadOnlySpan<LaneNote<GHLLane>>)

Creates an instance of GHLChord with a specified position and notes.

public GHLChord(uint position, params ReadOnlySpan<LaneNote<GHLLane>> notes)

Parameters

position uint

Position of the chord

notes ReadOnlySpan<LaneNote<GHLLane>>

Set of notes to add

Properties

OpenExclusivity

public override bool OpenExclusivity { get; }

Property Value

bool

Remarks

Always true for GHLChord