Get plugin parameters
fl_plugin_get_paramsRetrieves all named parameters of a plugin in a specified track and effect slot, returning index, name, normalized value, and display string.
Instructions
Every named parameter of the plugin in this slot: index, name, normalised value (0..1) and FL's display string (e.g. '3.6dB', '500Hz'). Returns {"total", "params":[{"i","name","v","s"}, ...]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track | Yes | ||
| slot | Yes | Effect slot index 0-9. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||