get_clip_properties
Retrieves detailed properties of an Ableton Live clip, including name, color, length, markers, looping, launch settings, and for audio clips, file path and gain.
Instructions
Get comprehensive properties of a clip.
Returns name, color, color_index, is_audio_clip, is_midi_clip, length, start_marker, end_marker, looping, loop_start, loop_end, launch_mode, launch_quantization, velocity_amount, muted, and has_groove (if available). For audio clips also returns file_path, ram_mode, gain, and gain_display_string.
Args: track_index: Zero-based index of the track. clip_index: Zero-based index of the clip slot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |