get_clip_fades
Retrieve fade-in and fade-out lengths in beats for an audio clip using track and clip indices.
Instructions
Get the fade in and fade out lengths of an audio clip.
Returns fade_in_length and fade_out_length in beats. Only available for audio clips.
Args: track_index: Zero-based index of the track. clip_index: Zero-based index of the clip slot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |