Goals:
- All signals in the input treated equally (ideally subject to some base condition like "<8", but can always throw an additional decider in front)
- Any signal that appears/rises is subject to a N second delay before being passed to the output (as a boolean, value can be lost);
- and any signal that passes that delay without flickering off stays on the output until it's disappeared from the input for N seconds (again, without flickering on), at which point it disappears from the output as well.


