SampleHold

Read with AI
All docs in one file (llms-full.txt)
SampleHold #Signal #Node
SampleHold

Grabs the value of In at the moment Sample Trigger fires and keeps outputting it to Held until the next trigger arrives. Use it to freeze a continuously moving value into steps on the beat.

The held value is saved with the project, and on load it is restored as-is and output immediately.

Input ports

Port IDType
Infloat
Sample Triggertrigger

Output ports

Port IDType
Heldfloat

Scriptable members

PathType
inInputfloat

Synapse Apps (scripting)

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

Pages linking here