create_arrangement_audio_clip
Create an audio clip in Ableton Live's arrangement view by loading an audio file onto a specified track at a given beat position.
Instructions
Create an audio clip in the arrangement view from an audio file.
Args: track_index: Zero-based index of the track (must be an audio track). file_path: Absolute path to the audio file to load. position: Position in beats where the clip should be placed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | Yes | ||
| file_path | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |