AttackReleaseSmoother.initialize

time: the time constant of the smoother. threshold: absolute difference below which we consider current value and target equal

struct AttackReleaseSmoother(T)
public nothrow @nogc
void
initialize
if (
is(T == float) ||
is(T == double)
)

Meta