set_arrangement_clip_property
Modify arrangement clip properties by specifying track and clip. Adjust name, mute, color, looping, gain, pitch, and warp settings to refine clip behavior directly in Ableton Live.
Instructions
Set properties on an arrangement clip.
Parameters:
track_index: Track number (1-based).
clip_index: Clip position (1-based).
clip_name: Clip name (alternative to clip_index).
name: New clip name.
muted: Mute state.
color: Color (0x00RRGGBB).
looping: Loop on/off.
loop_start: Loop start in beats.
loop_end: Loop end in beats.
gain: Audio gain (0.0-1.0).
pitch_coarse: Semitone pitch shift (-48 to 48).
pitch_fine: Fine pitch shift (-50 to 49 cents).
warping: Warp on/off.
warp_mode: Warp mode (0-6).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gain | No | ||
| name | No | ||
| color | No | ||
| muted | No | ||
| looping | No | ||
| warping | No | ||
| loop_end | No | ||
| clip_name | No | ||
| warp_mode | No | ||
| clip_index | No | ||
| loop_start | No | ||
| pitch_fine | No | ||
| track_index | Yes | ||
| pitch_coarse | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |