fx_navigate_preset
Move forward or backward through FX presets on a specified track and FX chain by providing the track index, FX index, and direction (1 for next, -1 for previous).
Instructions
Step to next/previous preset.
Args: track_index: 0-based track index. fx_index: 0-based FX chain index. direction: 1=next, -1=previous.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| fx_index | Yes | ||
| direction | Yes |