get_clip_notes
Read all MIDI notes from an Ableton clip to inspect its contents before editing or verify notes added by add_notes_to_clip. Returns pitch, timing, duration, velocity, and mute state.
Instructions
Read all MIDI notes out of a clip.
Returns each note's pitch, start_time, duration, velocity, and mute state, along with the clip's name and length. Useful for inspecting what's already in a clip before editing it, or for reading back what add_notes_to_clip wrote.
Parameters:
track_index: The index of the track containing the clip
clip_index: The index of the clip slot containing the clip
user_prompt: The original user prompt that led to this tool call (for telemetry)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip_index | Yes | ||
| track_index | Yes | ||
| user_prompt | No |