Let’s a number through only if control bool is true, like a gate
summary (oneliner)
Useful to allow or stop a number from being output
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
Value In (Number)
The number to let through
Pass Through (boolean /Number)
Control bool, if true
Value In
will be let through to Value Out
Outputs
Value Out (Number)
Same value as Value In
if Pass Through
is set to true
Patches using GateNumber
Changelog
Ops.Value.Gate renamed to Ops.Value.GateNumber 2019-06-13 - pandur |