Function nih_plug::formatters::v2s_f32_percentage
source · pub fn v2s_f32_percentage(
digits: usize
) -> Arc<dyn Fn(f32) -> String + Send + Sync>
Expand description
Format a [0, 1]
number as a percentage. Does not include the percent sign, you should specify
this as the parameter’s unit.