set_clip_fade_out
Set an audio clip's fade-out region in beats by supplying track index, clip index, start, and end positions.
Instructions
Set an audio clip's fade-out region, in beats.
Parameters:
track_index: The index of the track
clip_index: The index of the clip slot
start: Fade-out start position in beats
end: Fade-out end position in beats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| start | Yes | ||
| clip_index | Yes | ||
| track_index | Yes |