Set plugin parameter
fl_plugin_set_paramSet any plugin parameter by name or index to a normalized value between 0 and 1, and undo the adjustment if needed.
Instructions
Set one plugin parameter (normalised 0..1). param may be an
index or a name; names are resolved from the live param list. The
change is logged and undo-able via fl_rollback_last_change. Returns
before/after plus the resolved {index, name}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track | Yes | ||
| slot | Yes | ||
| param | Yes | Param index (int) or name (str, e.g. 'Decay time'). | |
| value | Yes | Normalised 0..1. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||