item_insert_media
Insert an audio or MIDI file into a chosen track at a specified position. Provide the track index, absolute file path, and optionally the 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 |