add_notes_to_clip
Add MIDI notes to an existing Ableton Live clip by specifying track, clip, and note parameters including pitch, timing, duration, velocity, and mute.
Instructions
Add MIDI notes to an existing clip.
Each note is a dict with: pitch (0-127 MIDI note number), start_time (beat position), duration (in beats), velocity (0-127), and mute (boolean).
Prefer add_notes_extended when you need probability, velocity_deviation, or release_velocity per note.
Args: track_index: Zero-based index of the track. clip_index: Zero-based index of the clip slot. notes: List of note dicts, each with pitch, start_time, duration, velocity, mute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| clip_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |