midi_insert_note
Insert a single MIDI note into an existing item by specifying channel, pitch, velocity, and time positions in seconds.
Instructions
Insert single note into existing item. For composing use compose_arrangement.
Args: item_index: MIDI item index. channel: 0-15. pitch: 0-127 (60=C4). velocity: 1-127. start_position: Start seconds. end_position: End seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_index | Yes | ||
| channel | Yes | ||
| pitch | Yes | ||
| velocity | Yes | ||
| start_position | Yes | ||
| end_position | Yes |