TempoPoint

data class TempoPoint(val timeSeconds: Double, val tickPosition: Long, val bpm: Double)

A tempo change on the master track; uapmd_tempo_point_t.

Constructors

Link copied to clipboard
constructor(timeSeconds: Double, tickPosition: Long, bpm: Double)

Properties

Link copied to clipboard
val bpm: Double
Link copied to clipboard
Link copied to clipboard