Set Project Item Audio Channel Mapping
set_project_item_audio_channel_mappingAssign a project item's output audio channel to a specific source channel. Use this mapping to route audio correctly within Premiere Pro.
Instructions
Map one output audio channel of a project item to a source channel using Premiere's documented AudioChannelMapping API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | Project item node ID or exact name | |
| channel_index | Yes | Zero-based output channel index to configure | |
| source_channel_index | Yes | Zero-based source channel index to map |
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. |