midi_add_item
Create an empty MIDI item on a track spanning a specified time range, serving as a placeholder for later note insertion via midi_add_note.
Instructions
Create an empty MIDI item on a track spanning start_sec to end_sec. Returns nothing useful yet to reference the item by -- use midi_add_note with the same track/time range, which locates the item itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_sec | Yes | ||
| start_sec | Yes | ||
| track_index | Yes |