pub fn v2s_f32_hz_then_khz_with_note_name(
    digits: usize,
    include_cents: bool
) -> Arc<dyn Fn(f32) -> String + Send + Sync>
Expand description

v2s_f32_hz_then_khz(), but also includes the note name. Can be used with s2v_f32_hz_then_khz().