item_insert_media
Insert an audio or MIDI file into a track at a specific position. Provide the track index, file path, and optional position 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 |
|---|---|---|---|
| track_index | Yes | ||
| path | Yes | ||
| position | No |