![]()
The Preset Manager block saves and recalls snapshots of connected blocks' states. It works like a scene-state recorder: you register blocks as subjects, capture their current configuration into named presets, and restore them later — with smooth transitions for position changes.
Each preset stores a compressed snapshot of every registered block. The restore toggles allow selective recall:
| Toggle | What it restores |
|---|---|
| Restore Values | Parameter values, knob positions, and internal states |
| Restore Position | Position and rotation (interpolated if Transition Time > 0) |
| Restore Connections | Wire connections between blocks |
| Restore Visibility | Visible / hidden state |
The Preset Select and Preset Operation jolt inputs let you drive the preset manager from other blocks (buttons, metronomes, logic blocks, etc.).
0 — Apply the preset (restore saved states to connected blocks).1 — Write the preset (overwrite it with the current states of connected blocks).2 — Delete the preset.If you send a Write operation with an index beyond the current number of presets, the manager automatically creates the missing rows up to that index.