GateNumber Op

GateNumber

Let’s a number through only if control bool is true, like a gate


<p>Useful to allow or stop a number from being output</p>


Full Name
  • Ops.Number.GateNumber
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


Example Patch Gate number example

Open In Editor

Youtube Video Tutorial

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  custom 
Custom 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>


Patches using GateNumber

  • Examples
  • Public
  • My Patches

Changelog


Ops.Value.Gate renamed to Ops.Value.GateNumberuser avatarpandur - 2019-06-13 11:08
renameOps.Value.GateNumber renamed to Ops.Number.GateNumberuser avatarpandur - 2023-12-06 09:49
featureAdded option to set output to custom value if passThrough is false user avatarpandur - 2024-04-12 15:41