create_preset
Create a new synth preset from an existing one or Init, apply parameter changes, and save it safely without overwriting.
Instructions
Create a new preset and save it to the user's preset folder.
changes maps parameter ids to values written the way the plugin shows them —
{"filterCutoff": "260", "osc1Waveform": "Saw", "subOscOn": "on"}.
based_on is the preset to start from; "Init" starts from the synth's default state.
Starting from an existing preset the user likes is usually the better move.
Refuses to overwrite an existing preset — pick another name, or use adjust_preset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| note | No | ||
| changes | Yes | ||
| based_on | No | Init |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |