debounce

xod/core/debounce

Debounces a value. The `OUT` value would change only after a period of at least `Ts` seconds while which the input state `ST` has not changed.
debounce
@/debounce
Debounces a value. The `OUT` value would change only after a period of at least `Ts` seconds while which the input state `ST` has not changed.
STgeneric t1
Input bouncing state.
Tsnumber
Debounce time in seconds.
debounce
OUT
ST
Ts
OUTgeneric t1
Debounced value.