fx_move
Moves an audio effect to a new position in the FX chain for a specified track. Specify track index, current effect index, and target slot to reorder effects.
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 |