create_arrangement_audio_clip
Add an audio file to a specific track in the arrangement, specifying its position by track number and time location.
Instructions
Place an audio file as a clip in the arrangement.
Parameters:
track_index: Track number (1-based).
file_path: Path to the audio file.
start_bar: Start bar (1-based).
start_beat: Start position in beats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| start_bar | No | ||
| start_beat | No | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |