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
OpenExclusivity
public abstract bool OpenExclusivity { get; }
Property Value
Position
Tick number on the track.
public uint Position { get; set; }
Property Value
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)