Boolean Logic
This allows you to combine multiple note events with boolean operators.
If there is currently at least one note playing on one of the input ports, it is ON, and otherwise it is OFF.
The output port triggers MIDI events depending on the combination of the states of the two input ports and the selected Boolean Operator in the settings.
So if for example AND is selected, the event will trigger if both input ports have active notes, and are therefore both ON. Or if OR is selected, it will trigger if at least one of the input ports has active notes.
Ports:
The first value is ON if there is at least one active note playing on this input port. Otherwise it is OFF.
The second value is ON if there is at least one active note playing on this input port. Otherwise it is OFF.
This sends out the MIDI event from the selected action, if the combination of both input ports and the boolean operator leads to an ON.