apply_audio_effect_to_all_clips
Apply a single audio effect to all audio clips in a Premiere Pro sequence in one bulk operation, returning per-clip results and reducing MCP roundtrips.
Instructions
Bulk: applies a single audio effect to ALL audio clips of a sequence in one ExtendScript call. Returns per-clip results. Saves N MCP roundtrips when calibrating or applying same chain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| effectName | Yes | Audio effect display name (e.g., "Limitador forzado", "Compresor multibanda") | |
| parameters | No | Effect parameters by displayName (exact or normalized) | |
| sequenceId | Yes | Target sequence ID (must be the active sequence in Premiere) |