set_clip_fades
Set fade in and fade out lengths for audio clips in beats. Adjust only specified values and get back the final fade lengths.
Instructions
Set the fade in and/or fade out lengths of an audio clip.
Only provided values are changed. Returns the final fade_in_length and fade_out_length. Only available for audio clips.
Args: track_index: Zero-based index of the track. clip_index: Zero-based index of the clip slot. fade_in_length: Fade in length in beats. fade_out_length: Fade out length in beats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip_index | Yes | ||
| track_index | Yes | ||
| fade_in_length | No | ||
| fade_out_length | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |