Set Clip Pan
set_clip_panAdjust the stereo pan of an audio clip by setting a value from -100 (full left) to 100 (full right), including Channel Volume layouts. Provide the clip's node ID and pan value to update the balance.
Instructions
Set and read back the pan (left/right balance) on an audio clip, including Channel Volume layouts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pan | Yes | Pan value (-100 = full left, 0 = center, 100 = full right) | |
| node_id | Yes | Node ID of the audio clip |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |