Skip to main content

Module preset

Module preset 

Source
Expand description

Preset system for saving and loading DSP graph configurations.

Presets store complete graph state including nodes, connections, and parameter values. They can be serialized to JSON for storage and sharing.

Structs§

Connection
Connection between two nodes.
NodeConfig
Configuration for a single node in the preset.
Preset
A complete preset containing graph structure and parameter values.