Function nih_plug::formatters::v2s_f32_hz_then_khz
source · pub fn v2s_f32_hz_then_khz(
digits: usize
) -> Arc<dyn Fn(f32) -> String + Send + Sync>
Expand description
Format a f32
Hertz value as a rounded Hz
below 1000 Hz, and as a rounded kHz
value above
1000 Hz. This already includes the unit.