Table of Contents

Class DrumsChord

Namespace
ChartTools
Assembly
ChartTools.dll

Set of notes played simultaneously by drums

public class DrumsChord : LaneChord<DrumsNote, DrumsLane, DrumsChordModifiers>, IChord, ITrackObject, IReadOnlyTrackObject
Inheritance
DrumsChord
Implements
Inherited Members
Extension Methods

Constructors

DrumsChord()

public DrumsChord()

DrumsChord(uint)

public DrumsChord(uint position)

Parameters

position uint

DrumsChord(uint, params DrumsLane[])

public DrumsChord(uint position, params DrumsLane[] notes)

Parameters

position uint
notes DrumsLane[]

Notes to add

DrumsChord(uint, params DrumsNote[])

public DrumsChord(uint position, params DrumsNote[] notes)

Parameters

position uint
notes DrumsNote[]

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>