Back to Index
Debounce input changes. Output only changes after the input stays different for ms.
ms
DEBOUNCE(tonId, inSig, ms, &outSig);
DEBOUNCE("b1", in(1), 50, clean); if (clean) { out(1)=1; }