act

xod/core/act

Pulses when `ACT` is `True` and one of the following happens: the data on `DATA` pin changes, program boot, `ACT` has changed from `False` to `True`. Use this node to convert a boolean value which denotes activity/enableness to discrete update action pulses which appear right at the moments when you should reflect the changes in incoming data.
act
@/act
Pulses when `ACT` is `True` and one of the following happens: the data on `DATA` pin changes, program boot, `ACT` has changed from `False` to `True`. Use this node to convert a boolean value which denotes activity/enableness to discrete update action pulses which appear right at the moments when you should reflect the changes in incoming data.
DATAgeneric t1
The value to watch for changes
ACTboolean
Allows or forbids pulses on `OUT`
act
OUT
DATA
ACT
OUTpulse
Fires a pulse on an incoming value change, on boot, on activation but only if `ACT` is set to `True`