beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

DelayedTrigger

delay triggering next port by x seconds

GateTrigger

Allows a trigger to pass only if the gate is open

IfEqualsThen

triggers if value 1+2 are equal

Interval

Timed Trigger every x ms

IsTriggered

outputs true if being triggered last frame

NthTrigger

Lets a trigger through every nth time (trigger limiter)

NumberByTrigger

Outputs the last number of the input port which was triggered

ProbabilityTrigger

trigger by chance

RandomTrigger

randomly trigger output ports

Repeat2d

Triggers all ops underneath Num X * Num Y times

Repeat

Triggers all ops below x times (for loop / while)

RouteTrigger

Triggers one of the out ports - value index switch case (was SwitchTrigger)

RouteTriggerString

route trigger output by string

Sequence

control the order of execution/triggering

SwitchTrigger

route input triggers by index to one output

Threshold

Triggers only once when threshold is crossed

TimeSinceTrigger

Get the time since last trigger

TimedSequence

timed switching of trigger

TriggerButton

simple button to trigger manually

TriggerCounter

Counts how often the port was triggered

TriggerCounterLoop

Increments with each trigger and loops depending on min and max loop values.

TriggerDistributeByValue

triggers evenly distributed by value

TriggerExtender

Extends a trigger (useful in big patches for better overview)

TriggerIfDecreased

trigger if a value decreases / gets smaller

TriggerIfIncreased

Outputs a trigger if the value of a number increases

TriggerLimiter

Limits how often a trigger goes through to x ms

TriggerNumber

Outputs a number when triggered

TriggerOnChangeArray

triggers when array has changed

TriggerOnChangeObject

triggers when array has changed

TriggerOnChangeString

triggers when string has changed

TriggerOnChangeTexture

triggers when texture has changed

TriggerOnce

Trigger the following childs once

TriggerReceive

Receives triggers from a TriggerSend op with the same variable name

TriggerReceiveFilter

receives all named trigges and relays them, optionally using a filter-prefix on the name

TriggerSend

Allows triggers to be sent to a TriggerReceive op with the same variable name

TriggerSendNamed

Allows triggers to be sent to a TriggerReceive op with the same variable name

TriggerString

trigger a string

TriggersPerSecond

Counts how often the port is triggered per second

ValueBecameZeroTrigger

Triggers when the input value became zero