![]() |
VCV Rack API v2
|
Behaves like ExponentialFilter but with different lambas when the RHS of the ODE is positive or negative. More...
#include <filter.hpp>
Public Member Functions | |
| void | reset () |
| void | setRiseFall (T riseLambda, T fallLambda) |
| void | setRiseFallTau (T riseTau, T fallTau) |
| T | process (T deltaTime, T in) |
| DEPRECATED T | process (T in) |
Public Attributes | |
| T | out = 0.f |
| T | riseLambda = 0.f |
| T | fallLambda = 0.f |
Behaves like ExponentialFilter but with different lambas when the RHS of the ODE is positive or negative.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| T rack::dsp::TExponentialSlewLimiter< T >::out = 0.f |
| T rack::dsp::TExponentialSlewLimiter< T >::riseLambda = 0.f |
| T rack::dsp::TExponentialSlewLimiter< T >::fallLambda = 0.f |