GateNumber Op
Let’s a number through only if control bool is true, like a gate
Summary (oneliner)
<p>Useful to allow or stop a number from being output</p>
Full Name
- Ops.Number.GateNumber
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
Value In (Number)
<p>The number to let through</p>
Pass Through (Number:
<i>boolean</i>
)<p>Control bool, if <code>true</code> <code>Value In</code> will be let through to <code>Value Out</code></p>
When False index (Number:
<i>integer</i>
) keep last number customCustom Value (Number)
OUTPUT PORTS
Value Out (Number)
<p>Same value as <code>Value In</code> if <code>Pass Through</code> is set to <code>true</code></p>