add_notes_to_clip
Add MIDI notes to a specific clip in an Ableton Live track by specifying pitch, timing, velocity, and other properties.
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 dicts, each with pitch, start_time, duration, velocity, mute (and optionally probability, velocity_deviation)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| notes | Yes | ||
| clip_index | Yes | ||
| track_index | Yes |