![]() |
VCV Rack API v2
|
Like ExponentialFilter but jumps immediately to higher values. More...
#include <filter.hpp>
Public Member Functions | |
| void | reset () |
| void | setLambda (T lambda) |
| void | setTau (T tau) |
| T | process (T deltaTime, T in) |
| DEPRECATED T | peak () |
| Use the return value of process() instead. | |
| DEPRECATED void | setRate (T r) |
| Use setLambda() instead. | |
| DEPRECATED T | process (T x) |
Public Attributes | |
| T | out = 0.f |
| T | lambda = 0.f |
Like ExponentialFilter but jumps immediately to higher values.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Use the return value of process() instead.
|
inline |
Use setLambda() instead.
|
inline |
| T rack::dsp::TPeakFilter< T >::out = 0.f |
| T rack::dsp::TPeakFilter< T >::lambda = 0.f |