midi_set_item_extents
Set precise boundaries for a MIDI item by specifying its start and end positions in quarter notes, controlling its duration on the timeline.
Instructions
Set MIDI item boundaries in quarter notes.
Args: item_index: MIDI item index. start_qn: Start in quarter notes. end_qn: End in quarter notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_qn | Yes | ||
| start_qn | Yes | ||
| item_index | Yes |