ProbabilityTrigger Op
trigger by chance
Summary (oneliner)
<p>This op triggers based on a given probability.</p> <p>An example:</p> <p>If you set the probability to 0.8, there is an 80% chance that the left output will be triggered and a 20% chance that it won't (and instead, the right output will be triggered).</p> <p>If you set the probability to 0, only the right output will be triggered. If you set the probability to 1, only the left output will be triggered.</p>
- Ops.Trigger.ProbabilityTrigger
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
<p>trigger input</p>
<p>probability of trigger being passed to first trigger output (0 = trigger only passed to inverse output, 1 = trigger always</p>
OUTPUT PORTS
<p>triggers when probability criteria is met</p>
<p>triggers when probability criteria is not met</p>