Table of Contents

Class Chord

Namespace
ChartTools
Assembly
ChartTools.dll
public abstract class Chord : ITrackObject, IReadOnlyTrackObject
Inheritance
Chord
Implements
Derived
Inherited Members
Extension Methods

Constructors

Chord(uint)

protected Chord(uint position)

Parameters

position uint

Properties

Notes

public abstract IReadOnlyList<LaneNote> Notes { get; }

Property Value

IReadOnlyList<LaneNote>

OpenExclusivity

public abstract bool OpenExclusivity { get; }

Property Value

bool

Position

Tick number on the track.

public uint Position { get; set; }

Property Value

uint

Remarks

A tick represents a subdivision of a beat. The number of subdivisions per beat is stored in Resolution.

Methods

CreateNote(byte, uint)

public abstract LaneNote CreateNote(byte index, uint length)

Parameters

index byte
length uint

Returns

LaneNote