FastLED 3.9.15
Loading...
Searching...
No Matches
fl::detail::AttackDecayFilterImpl< T > Class Template Reference

Detailed Description

template<typename T>
class fl::detail::AttackDecayFilterImpl< T >

Definition at line 9 of file attack_decay_filter_impl.h.

#include <attack_decay_filter_impl.h>

+ Inheritance diagram for fl::detail::AttackDecayFilterImpl< T >:

Public Member Functions

 AttackDecayFilterImpl (T attack_tau, T decay_tau, T initial=T(0))
 
void reset (T initial=T(0))
 
void setAttackTau (T tau_seconds)
 
void setDecayTau (T tau_seconds)
 
update (T input, T dt_seconds)
 
value () const
 

Private Attributes

mAttackTau
 
mDecayTau
 
mY
 

The documentation for this class was generated from the following file: