item_insert_media
Place an audio or MIDI file on a track by specifying track index, file path, and insertion time in seconds.
Instructions
Insert audio/MIDI file into track.
Args: track_index: Target track index. path: Absolute file path. position: Insert position in seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| position | No | ||
| track_index | Yes |