modify_notes
Modify existing MIDI notes in Ableton Live clips by identifying each note with pitch and start time, then update its velocity, probability, or other note properties.
Instructions
Modify properties of existing MIDI notes in a clip.
Each modification dict must include pitch and start_time to identify the note, plus any properties to change: velocity, probability, velocity_deviation, release_velocity, mute.
Args: track_index: Zero-based index of the track. clip_index: Zero-based index of the clip slot. modifications: List of modification dicts, each with pitch, start_time, and properties to modify.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip_index | Yes | ||
| track_index | Yes | ||
| modifications | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |