plugins_inspect_parameter_map
Reads a bounded page of parameter names from a FL Studio mixer effect or channel generator, with offset, limit, and filter options; never marks unknown controls as safe.
Instructions
Read a bounded page of exposed parameters; never marks unknown controls safe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of parameter indices to scan in this page. | |
| offset | No | First parameter index in this page. | |
| target | No | Explicit mixer_effect or global channel_generator target. Mutually exclusive with legacy track_index/slot_index. | |
| slot_index | No | Legacy zero-based effect slot (0 through 9). Supply it with track_index, or use target, never both. | |
| name_filter | No | Optional case-insensitive name substring. | |
| track_index | No | Legacy zero-based mixer track index. Supply it together with slot_index, or use target, never both. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |