set_clip_loop
Define a clip's loop start and end points in beats, and enable or disable looping. Requires track and clip indices for precise targeting.
Instructions
Set a clip's loop region (in beats) and whether the clip loops.
Parameters:
track_index, clip_index: which clip
loop_start: loop start in beats
loop_end: loop end in beats (must be > loop_start)
loop_on: enable looping
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| clip_index | Yes | ||
| loop_start | Yes | ||
| loop_end | Yes | ||
| loop_on | No |