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
/
EffectiveSignature
Effective
Signature
data
class
EffectiveSignature
(
val
startBeat
:
Double
,
val
endBeat
:
Double
,
val
numerator
:
Int
,
val
denominator
:
Int
)
One meter region of a
TempoMap
.
endBeat
is infinite for the last one.
Members
Constructors
Effective
Signature
Link copied to clipboard
constructor
(
startBeat
:
Double
,
endBeat
:
Double
,
numerator
:
Int
,
denominator
:
Int
)
Properties
denominator
Link copied to clipboard
val
denominator
:
Int
end
Beat
Link copied to clipboard
val
endBeat
:
Double
numerator
Link copied to clipboard
val
numerator
:
Int
start
Beat
Link copied to clipboard
val
startBeat
:
Double