midi_add_note
Add a MIDI note to a specific track's MIDI item by specifying pitch (0-127), velocity (1-127), and note start/end times in absolute project seconds.
Instructions
Add a MIDI note to the MIDI item on a track that starts at item_start_sec. note_start_sec/note_end_sec are absolute project time in seconds. pitch is 0-127 (60 = middle C), velocity is 1-127.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pitch | Yes | ||
| channel | No | ||
| velocity | Yes | ||
| track_index | Yes | ||
| note_end_sec | Yes | ||
| item_start_sec | Yes | ||
| note_start_sec | Yes |