item_create_midi
Create an empty MIDI item on a specified track at a given position and length. Returns the item's global index for further manipulation.
Instructions
Create an empty MIDI item on a track. Returns the item's global index.
Args: track_index: 0-based track index. position: Item start time in seconds (>= 0). length: Item length in seconds (> 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| position | No | ||
| length | No |