This is a debounce node which takes an input and “debounce” the signal based on the number of frames to skip.

This is mainly used in the situation where an input is changing constantly / too quickly, and you are only interested in taking a snapshot of the value every X frames.

Setup

Name Description
Type Type of input data:
  • Float
  • Int
  • Point
  • Vector
  • Color
  • String
Input The input value
Debounce The output value after the debounce
reduce Steps The number of frames to skip for the debounce