fx_set_param
Set a specific FX parameter on a track by index, using a normalized 0-1 value. For single-parameter tweaks; use batch operations via the FX chain setup for multiple changes.
Instructions
Set FX parameter by index. Prefer setup_fx_chain for batch operations.
Args: track_index: 0-based track index. fx_index: 0-based FX chain index. param_index: 0-based parameter index. value: 0.0-1.0 normalized.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| fx_index | Yes | ||
| param_index | Yes | ||
| track_index | Yes |