clip_set_loop
Set loop parameters (start, end, looping) for a target clip in Ableton Live, preserving any unspecified fields. Idempotent operation for precise clip loop edits.
Instructions
Configure a clip's loop_start, loop_end, and/or looping flag while preserving omitted fields. Use for clip loop edits after locating the clip. Idempotent within 1e-4 and verified against only the fields provided by the caller.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| clip_slot_index | Yes | ||
| loop_start | No | ||
| loop_end | No | ||
| looping | No |