![]() |
VCV Rack API v2
|
Turns HIGH when value reaches a threshold (default 0.f), turns LOW when value reaches a threshold (default 1.f). More...
#include <digital.hpp>
Public Member Functions | |
| TSchmittTrigger () | |
| void | reset () |
| T | process (T in, T lowThreshold=0.f, T highThreshold=1.f) |
| T | isHigh () |
Public Attributes | |
| T | state |
Turns HIGH when value reaches a threshold (default 0.f), turns LOW when value reaches a threshold (default 1.f).
|
inline |
|
inline |
|
inline |
|
inline |
| T rack::dsp::TSchmittTrigger< T >::state |