Function nih_plug::formatters::v2s_f32_panning
source · pub fn v2s_f32_panning() -> Arc<dyn Fn(f32) -> String + Send + Sync>
Expand description
Turn an f32
[-1, 1]
value to a panning value where negative values are represented by
[100L, 1L]
, 0 gets turned into C
, and positive values become [1R, 100R]
values.