fx_navigate_preset
Move to the next or previous preset of an FX on a given track, using track index, FX index, and direction (1=next, -1=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 |
|---|---|---|---|
| fx_index | Yes | ||
| direction | Yes | ||
| track_index | Yes |