set_clip_property
Set a property (e.g., name, muted, color, pitch, loop, gain, warping) on a Session clip in Ableton Live by specifying track and clip indices.
Instructions
Set one property on a Session clip.
Writable names: name - clip name muted - True deactivates the clip (the "0" key in Live) color - clip colour as an integer pitch_coarse - Transpose in semitones pitch_fine - fine tune in cents looping - loop on/off loop_start / loop_end - Loop Position and end, in beats start_marker / end_marker - clip Start/End, in beats gain - Clip Gain (audio clips) warping - warp on/off (audio clips) warp_mode - warp algorithm (audio clips) velocity_amount - velocity-to-volume amount (MIDI clips)
Parameters:
track_index: Track number (1-based).
clip_index: Clip slot number (1-based).
property_name: One of the names above.
value: New value; type depends on the property.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| clip_index | Yes | ||
| track_index | Yes | ||
| property_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |