fx_move
Reposition an effect within a track's FX chain by specifying the track index, current FX index, and target position. Use it to reorder plugins and control signal flow.
Instructions
Move FX to different position in chain.
Args: track_index: 0-based track index. fx_index: Current FX index. new_index: Target position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fx_index | Yes | ||
| new_index | Yes | ||
| track_index | Yes |