create_take_lane_audio_clip
Insert an audio file into a specific take lane as a clip at a given beat position, enabling multi-take arrangement in Ableton Live.
Instructions
Create an audio clip inside a take lane from an audio file.
Args: track_index: Zero-based index of the track. take_lane_index: Zero-based index of the take lane. file_path: Absolute path to the audio file to load. start_time: Clip start position in beats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| start_time | Yes | ||
| track_index | Yes | ||
| take_lane_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |