Back to Index

Debounce input changes. Output only changes after the input stays different for ms.

Signature

DEBOUNCE(tonId, inSig, ms, &outSig);

Example

DEBOUNCE("b1", in(1), 50, clean);
if (clean) { out(1)=1; }