add_notes_extended
Add MIDI notes with extended properties like probability and velocity deviation to a clip in Ableton Live.
Instructions
Add MIDI notes with extended properties to a clip.
Each note is a dict with: pitch (0-127), start_time (beat position), duration (in beats), velocity (0-127), and optionally probability (0.0-1.0), velocity_deviation (-127 to 127), release_velocity (0-127), mute (boolean).
Args: track_index: Zero-based index of the track. clip_index: Zero-based index of the clip slot. notes: List of note dicts with pitch, start_time, duration, velocity, and optional probability, velocity_deviation, release_velocity, mute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| clip_index | Yes | ||
| track_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |