Table of Contents

Class TrackObjectBase

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

Constructors

TrackObjectBase()

public TrackObjectBase()

TrackObjectBase(uint)

protected TrackObjectBase(uint position)

Parameters

position uint

Properties

Position

Tick number on the track.

public virtual 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.