Table of Contents

Class GHLChord

Namespace
ChartTools
Assembly
ChartTools.dll

Set of notes played simultaneously by a Guitar Hero Live instrument

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

Constructors

GHLChord()

public GHLChord()

GHLChord(uint)

public GHLChord(uint position)

Parameters

position uint

GHLChord(uint, params GHLLane[])

public GHLChord(uint position, params GHLLane[] notes)

Parameters

position uint
notes GHLLane[]

Notes to add

GHLChord(uint, params LaneNote<GHLLane>[])

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

Parameters

position uint
notes LaneNote<GHLLane>[]

Notes to add

Properties

OpenExclusivity

Defines if open notes can be mixed with other notes for this chord type. true indicated open notes cannot be mixed.

public override bool OpenExclusivity { get; }

Property Value

bool

Methods

GetNotes()

protected override IReadOnlyCollection<LaneNote> GetNotes()

Returns

IReadOnlyCollection<LaneNote>