insert_audio_item
Insert an audio file onto a track at a specified time or musical position. Provide track index and file path, optionally set start time or measure.
Instructions
Insert an audio file as a media item on a track.
Args: track_index: Index of the track file_path: Path to the audio file start_time: Start position in seconds (optional if start_measure is provided) start_measure: Start position as "measure:beat,fraction" (optional if start_time is provided)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| start_time | No | ||
| track_index | Yes | ||
| start_measure | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |