Tonal Segment
data class TonalSegment(val startSeconds: Float, val endSeconds: Float, val label: String? = null, val meanCents: Float? = null, val slopeCentsPerSec: Float? = null, val interceptCents: Float? = null)
A labelled time-span from melodic transcription.
Produced by PitchAnalysis.labelByMeanPitch and PitchAnalysis.fitLinearSegments. Distinct from calibra.model.Segment (which models song structure with index / lyrics / student timing).
See also
Pitch Analysis. label By Mean Pitch
Pitch Analysis. fit Linear Segments