Class TimingPoint

A timing point.

Hierarchy (view full)

Constructors

Properties

beatLengthUnlimited: number = TimingPoint.DEFAULT_BEAT_LENGTH

The real beat length of this timing point without any limits as it was in osu!stable. Usage of beatLength is preferable when working with osu!lazer.

group: null | ControlPointGroup

The group to which a control point belongs.

pointType: ControlPointType = ControlPointType.TimingPoint

The type of a timing point.

timeSignature: TimeSignature = TimeSignature.SimpleQuadruple

The time signature of this timing point.

DEFAULT_BEAT_LENGTH: number = 1000

Default length of a beat in milliseconds. Used whenever there is no beatmap or track playing.

default: TimingPoint = ...

The default instance of a timing point.

Accessors

Methods