add_notes_to_clip
Add MIDI notes to an Ableton Live clip by specifying track and clip indices, and a list of note details including pitch, timing, duration, velocity, and mute status.
Instructions
Add MIDI notes to a clip.
Parameters:
- track_index: The index of the track containing the clip
- clip_index: The index of the clip slot containing the clip
- notes: List of note dictionaries, each with pitch, start_time, duration,
velocity, and mute
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| clip_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |