NoteEvalConfig

data class NoteEvalConfig(val algorithm: ScoringAlgorithm = ScoringAlgorithm.SIMPLE, val boundaryToleranceMs: Int = 0)

Configuration for note evaluation scoring.

Constructors

Link copied to clipboard
constructor(algorithm: ScoringAlgorithm = ScoringAlgorithm.SIMPLE, boundaryToleranceMs: Int = 0)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Algorithm for computing scores

Link copied to clipboard

Milliseconds to skip at note start/end (0 = evaluate entire note)