Trunc

Read with AI
All docs in one file (llms-full.txt)
trunc #Math #Node
Trunc

Truncates A toward 0.

Trigger is not a sample & hold. A flows continuously, and Result comes out whenever its value changes. Trigger only pushes the current result downstream again, and is for re-firing downstream in time with the beat.

Math nodes take a float and return a float, and are used as relays that convert a knob’s value into another value. For the full picture, see Math.

Input ports

Port IDType
Afloat
Triggertrigger

Output ports

Port IDType
Resultfloat

Scriptable members

PathType
currentValueAfloat

Synapse Apps (scripting)

await synapse.modules.create({ type: "trunc" })

Pages linking here

Also referenced from