GateNumber Op
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
Full Name
- Ops.Number.GateNumber
- Core Op - visible for everyone
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
Value In (Number)
The number to let through
Pass Through (Number: boolean)
Control bool, if true
Value In
will be let through to Value Out
When False index (Number: integer) keep last number custom
Custom Value (Number)
OUTPUT PORTS
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 | ||
rename | Ops.Value.GateNumber renamed to Ops.Number.GateNumber | |
feature | Added option to set output to custom value if passThrough is false | |
improvement | update on changing custom default value |