apply_audio_effect_to_all_clips
Apply a single audio effect across every audio clip in a sequence with one ExtendScript call, returning per-clip results and avoiding many MCP roundtrips when calibrating or applying the same effect chain.
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) |