plugin_state_capture
Extract a VST plugin's base64 state blob from a saved .tracktionedit file by plugin name or unique ID to reuse manually-loaded plugin configurations programmatically.
Instructions
Read a saved .tracktionedit file and extract a VST plugin's base64 state blob by plugin_name (substring match) or unique_id. Used to copy a manually-loaded plugin's configuration (e.g. an SFZ loaded into sforzando) for re-use programmatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unique_id | No | ||
| plugin_name | No | ||
| edit_file_path | No |