logic_op
control.logic_op
Perfom a logic operation on two input signals
Parameters
ID | Range | Default | Description |
Left | 0.00 - 1.00 | 0.00 | the left input |
Right | 0.00 - 1.00 | 0.00 | the right input |
Operator | 0.00 - 2.00 | 0.00 | the mode that this logic op operates in |
This node allows you to perform a logic operation by turning each input signal into a bool value (by checking whether it's bigger than the mid point of the input). Depending on the logic mode, it will then send out either 0 or 1.
The logic modes itself should be pretty self-explanatory for everyone that is older than 12 years.
Be aware that the modulation signal is triggered by changes in both left or right input - however there is an internal "uninitialised" state so at the first execution (after a reset() call) it will wait until both inputs have received a signal until sending out the logic result.