15 T abs_input = (input < T(0)) ? -input : input;
16 T abs_y = (
mY < T(0)) ? -
mY :
mY;
30 void reset(T initial = T(0)) {
mY = initial; }
AttackDecayFilterImpl(T attack_tau, T decay_tau, T initial=T(0))
T update(T input, T dt_seconds)
void reset(T initial=T(0))
void setAttackTau(T tau_seconds)
void setDecayTau(T tau_seconds)
Compile-time linker keep-alive hook for a single fl::Bus.
enable_if< is_fixed_point< T >::value, T >::type exp(T x) FL_NOEXCEPT
Base definition for an LED controller.