set_loop
Define the Arrangement loop region by setting start position and length in beats, and control whether looping is enabled.
Instructions
Set the global Arrangement loop region and its enabled state.
start is an absolute beat and length is a positive beat duration. The
region is updated even when enabled=false; playback simply will not repeat
it. Use set_clip_loop for a Session clip's loop braces, not the Arrangement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | Position in beats from the start of the Arrangement. | |
| length | Yes | Positive duration or region length in beats. | |
| enabled | No | True turns the requested state on; false turns it off. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |