clip_resize
Resize a clip to a specified length in beats, keeping the start point fixed by default or the end point fixed when anchor is set to 'end'.
Instructions
Change a clip's length. anchor='start' (default) keeps start_beats fixed and moves the right edge. anchor='end' keeps the right edge fixed and moves start_beats so total duration changes from the left.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| anchor | No | start | |
| clip_id | Yes | ||
| new_length_beats | Yes |