get_clip_playing_position
Retrieve the current playback position and state of a clip in Ableton Live, including beat position, play status, and trigger queue state.
Instructions
Get the current playback position and state of a clip.
Returns playing_position (beat position within the clip), is_playing, and is_triggered (clip is queued to play).
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 |