set_clip_properties
Update Ableton Live clip properties in a single call: set name, color, mute, gain, pitch, looping, and marker positions. Only specified properties change.
Instructions
Set multiple clip properties in a single call.
Only provided properties are changed; omitted ones are left unchanged.
Args: track_index: Zero-based index of the track. clip_index: Zero-based index of the clip slot. name: New name for the clip. color: Ableton color palette index. mute: True to mute (deactivate) the clip, False to unmute. gain: Gain value for audio clips. pitch_coarse: Coarse pitch transposition in semitones (-48 to 48). pitch_fine: Fine pitch transposition in cents (-50.0 to 50.0). looping: Enable or disable looping. loop_start: Loop start position in beats. loop_end: Loop end position in beats. start_marker: Start marker position in beats. end_marker: End marker position in beats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gain | No | ||
| mute | No | ||
| name | No | ||
| color | No | ||
| looping | No | ||
| loop_end | No | ||
| clip_index | Yes | ||
| end_marker | No | ||
| loop_start | No | ||
| pitch_fine | No | ||
| track_index | Yes | ||
| pitch_coarse | No | ||
| start_marker | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |