add_midi_notes_batch
Insert multiple MIDI notes into a specific track item in one call using beat-based timing, with pitch, velocity, start, length, and optional channel.
Instructions
Add multiple MIDI notes to an item in one call, using musical timing (beats).
Args: notes: List of note dicts with keys: pitch, velocity, start_beat, length_beats, channel (optional).
Returns: Object with count of notes added.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| item_index | Yes | ||
| track_index | Yes |