plugins_list_presets
Get a paginated list of preset names for a mixer effect or channel generator without modifying the plugin. Pass a target, start index, and limit to view a specific page.
Instructions
Read one deterministic preset page without changing the plug-in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Bounded number of preset names in this page. | |
| start | No | First preset index to inspect. | |
| target | Yes | Explicit mixer effect or global channel-generator target. | |
| include_current | No | Also report FL's current preset identity. | |
| include_empty_names | No | Retain blank preset-name rows in the returned page. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | ||
| start | Yes | ||
| plugin | Yes | ||
| partial | No | ||
| presets | Yes | ||
| has_more | Yes | ||
| warnings | No | ||
| truncated | No | ||
| next_start | No | ||
| observed_at | Yes | ||
| preset_count | Yes | ||
| truncated_by | No | ||
| scanned_count | Yes | ||
| returned_count | Yes | ||
| schema_version | No | 1.0 | |
| duplicate_names | Yes | ||
| blank_name_indices | Yes | ||
| observation_atomic | No | ||
| project_dirty_flag | No | ||
| current_preset_name | No | ||
| session_fingerprint | No | ||
| current_preset_index | No | ||
| current_preset_status | Yes |