Pitching Tier
Qualitative accuracy tier for a sung note or a whole performance.
Accura's single quality vocabulary: both the per-note tier (NoteAnalysis.tier) and the overall tier (PitchingScore.tier) are the same enum, banded from the same 0–100 score. There is no separate per-note vs overall grading scale — a note's tier is exactly the band its NoteAnalysis.score falls in, and the overall tier is the band the overall PitchingScore.score falls in. Ordered best to worst; callers wanting a finer signal should read the numeric score.
Each tier carries its minScore — the lowest 0–100 score that still bands into it. These are the tier boundaries: EXCELLENT ≥ 85, GOOD ≥ 65, FAIR ≥ 40, POOR everything below. The single source of truth for banding (Accura's scorer reads these), so callers wanting to draw the boundaries (e.g. a score gauge) need not hardcode them.
See also
Properties
Inherited properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.