set_clip_fade_in
Define an audio clip's fade-in region by setting start and end positions in beats. Specify track and clip indices to control the fade-in duration precisely.
Instructions
Set an audio clip's fade-in region, in beats.
Parameters:
track_index: The index of the track
clip_index: The index of the clip slot
start: Fade-in start position in beats
end: Fade-in end position in beats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| start | Yes | ||
| clip_index | Yes | ||
| track_index | Yes |