Type Alias MultiplicativeSmoothedValue

Source
pub type MultiplicativeSmoothedValue<S> = SmoothedValue<S, Multiplicative>;
Expand description

Multiplicative smoothed value - uses exponential interpolation. Better for parameters like gain where equal ratios should feel equal.

Aliased Typeยง

pub struct MultiplicativeSmoothedValue<S> { /* private fields */ }