set_clip_gain
Set clip gain in decibels for a specific audio clip identified by track and clip index.
Instructions
Set the gain of an audio clip.
Parameters:
track_index: The index of the track
clip_index: The index of the clip slot
gain: Gain in dB (e.g., -6.0 for -6dB, 3.0 for +3dB)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gain | Yes | ||
| clip_index | Yes | ||
| track_index | Yes |