NoteTranscriptionConfig

data class NoteTranscriptionConfig(val vicinityCents: Float = 50.0f, val minDurationSeconds: Float = 0.05f)

Configuration for com.musicmuni.voxatrace.tona.PitchAnalysis.transcribeNotes (ADR-001: companion presets + Builder + .copy()).

See also

Constructors

Link copied to clipboard
constructor(vicinityCents: Float = 50.0f, minDurationSeconds: Float = 0.05f)

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Note runs shorter than this are discarded.

Link copied to clipboard

A contour frame is assigned to a svara when its cents value lies within this many cents of the svara's position.