get_clip_notes
Read all MIDI notes from a Session clip to get each note's pitch, start time, duration, velocity, and mute status for analysis or editing.
Instructions
Read all MIDI notes from a Session-view clip.
Returns pitch, start_time, duration, velocity, mute (and extended fields when available).
Parameters:
track_index: Track that owns the clip
clip_index: Session clip slot index
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |