set_clips_volume
Adjust audio levels for all clips on a track or a selected list of clips in one call. Set volume in dB (0 to +15) for multiple clips at once, avoiding per-clip round trips.
Instructions
Set the volume (in dB) on every audio clip of a track, or on a list of clip indices. One round trip instead of one call per clip - essential for sequences with dozens of clips.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| volume_db | Yes | Volume in dB applied to every selected clip (0 = unity, max +15) | |
| track_index | Yes | Audio track index (0-based) | |
| clip_indices | No | Optional clip indices on that track. Omit to apply to all clips. |