add_notes_batch
Add multiple notes to a track in a single operation, specifying key, position, length, volume, and panning for each note.
Instructions
Add multiple notes to a track at once.
Args: track_index: Zero-based track index notes: List of note objects, each with: key (int or str like "C4"), pos (ticks), length (ticks, default 48), volume (0-200, default 100), panning (-100 to +100, default 0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |