Nodes Documentation
Gate

The Gate is a Node used to turn on and off a stream of numbers. It’s inserted between two other Nodes to stop or allow data to go from one to the other.
Connections
Inputs
- in
- Range: any type of data
- The input data to stop or allow.
- trigger
- Values:
0
,1
0
=The gate is closed and will stop data.1
= The gate is open and and will allow data to go to the out.
- Values:
Outputs
- out
- Range: any type of data
- Any data from in when the gate is open.
Comment
Comment
Learn more
Learn about logic gates.