uapmd-binding
Toggle table of contents
Common
Target filter
Common
Switch theme
Search in API
Skip to content
uapmd-binding
uapmd-binding
/
dev.atsushieno.uapmd
/
TempoPoint
Tempo
Point
data
class
TempoPoint
(
val
timeSeconds
:
Double
,
val
tickPosition
:
Long
,
val
bpm
:
Double
)
A tempo change on the master track;
uapmd_tempo_point_t
.
Members
Constructors
Tempo
Point
Link copied to clipboard
constructor
(
timeSeconds
:
Double
,
tickPosition
:
Long
,
bpm
:
Double
)
Properties
bpm
Link copied to clipboard
val
bpm
:
Double
tick
Position
Link copied to clipboard
val
tickPosition
:
Long
time
Seconds
Link copied to clipboard
val
timeSeconds
:
Double