Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a control point that changes the beatmap's BPM.

Hierarchy

Index

Constructors

  • new TimingControlPoint(values: { msPerBeat: number; time: number; timeSignature: number }): TimingControlPoint

Properties

msPerBeat: number

The amount of milliseconds passed for each beat.

time: number

The time at which the control point takes effect in milliseconds.

timeSignature: number

The amount of beats in a measure.

Methods

  • isRedundant(): boolean
  • toString(): string

Generated using TypeDoc