create_midi_item
Create an empty MIDI item on a track at a specified position and length, returning item info including the new item index.
Instructions
Create an empty MIDI item on a track.
Args: position: Start position in seconds. length: Length in seconds.
Returns: Object with item info including the new item_index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | Yes | ||
| position | Yes | ||
| track_index | Yes |