midi_insert_notes_batch
Batch insert MIDI notes into a specified item on a track using a JSON array of note properties for efficient music composition.
Instructions
Batch-insert notes into a MIDI item. Primary tool for writing MIDI.
Args:
track_index: 0-based track index.
item_index: MIDI item index on that track.
notes: JSON array of {"pitch":60, "velocity":100, "start":0.0, "end":0.5, "channel":0}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| item_index | Yes | ||
| notes | Yes |