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

Boolean

Stores a boolean value

ColorValue

Use a color value on multiple places

DelayBooleanSimple

Delay the input/output of a boolean by x seconds

DelayNumberSimple

delay the value data flow by x seconds

DelayStringSimple

delay the output of a string by n seconds

DelayedValue

delay a value by seconds

FileInput

get URL of a file

FilterValidNumber

Filter valid numbers

FreezeNumber

capture the current input and copy it to the output, even after a reload

GateNumber

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

Integer

Number op which only outputs integers

MaximumSafeInteger

Returns the maximum safe integer (number, constant)

MinimumSafeInteger

Returns the minimum safe integer (number, constant)

Number

Stores a value, use the same value in different places (was: value.value)

NumberSequence

Copies the input value to the output ports (value sequence)

NumberSwitchBoolean

switch between two values by a boolean

Preset

State management of all parameters connected to it - Create presets of multiple ops

PreviousValueStore

remember/store last set number

RouteNumber

Routes the value to one of the output ports (based on index, relay)

SequenceNumbers

control order and flow of numbers

SwitchFile

switch between filenames

SwitchNumber

switch between number values by index

SwitchNumberOnTrigger

Sets a specific output value on trigger

ToggleNumber

Switches two number values using a boolean

Trigger3Numbers

Stores a 3D coordinate (was Value3)

TriggerOnChangeNumber

triggers every time the input value changed

TypeOf

Outputs the type of the input-port (boolean, number, string).

Value2d

Stores a 2D coordinate

ValueChangeCounter

counts how often different values are set

ValueChangedTrigger

trigger output when value has changed since last execution