const BEAT_MODE_NAMES: &[&str];Expand description
Beat-detection mode variants the picker can offer. Mirrors
BeatDetectionMode::next()’s cycle so the dropdown order is
predictable. The HardCut6 variant has a special_preset field
that the GUI never edits — we materialise it with an empty string
when the user selects it, which BeatDetector handles identically.