EffectiveSignature

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.

Constructors

Link copied to clipboard
constructor(startBeat: Double, endBeat: Double, numerator: Int, denominator: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard