take_fx_get_list
Retrieve all FX plugins on a specific take using track, item, and take indices to inspect each plugin's name, index, and enabled state.
Instructions
Get a list of all FX plugins on a take.
Returns: Object with 'fx' array, each entry having index, name, and enabled state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_index | Yes | ||
| take_index | Yes | ||
| track_index | Yes |