IfFalseThen Op
Triggers if input value is false
Summary (oneliner)
<p>Basically the same as <a href="/op/Ops.Boolean.IfTrueThen">Ops.Boolean.IfTrueThen</a>, the only difference is that the output ports are switched. </p> <p>You can also input non-boolean values, <code>0</code>, <code>0.0</code>, <code>''</code> (empty string) will all evaluate to <code>false</code>. On the contrary <code>1.234</code>, '5' or 'lalala' will evaluate to <code>true</code>.</p> <p>You can use it in two ways: If <code>Exe</code> is connected <code>Then</code> / <code>Else</code> will be triggered every time <code>Exe</code> is triggered. If <code>Exe</code> is not connection <code>Then</code> / <code>Else</code> will be triggered every time <code>Boolean</code> changes. This way you can convert a bool to a trigger (function).</p>
- Ops.Boolean.IfFalseThen
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
<p>Executes the op</p>
<i>boolean</i>
)<p>The boolean value to check for falsiness</p>
OUTPUT PORTS
<p>Triggers when the input value is <code>false</code></p>
<p>Triggers when the input value is <code>true</code></p>