get_midi_clip_notes_extended
Retrieves extended per-note data from a specific Ableton MIDI clip, including stable IDs, probability, release velocity, deviation, and timeline identity for arrangement clips.
Instructions
Read stable note IDs, probability, release velocity, deviation, and other per-note fields from one exact Session or Arrangement MIDI clip; Arrangement responses include timeline identity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clipId | Yes | Stable clip ID: track-N:clip-M from list_clips, or track-N:arrangement-clip-M from list_arrangement_clips for tools that support Arrangement clips. | |
| trackId | Yes | Stable track ID returned by list_tracks. |