midi_guess_chords
Identifies chords in a MIDI clip using a sliding window analysis and returns time-aligned chord segments with start and end positions.
Instructions
Guess chords across a MIDI clip with a sliding window. window_beats defaults to 1. Returns time-aligned [{start,end,chord}] segments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| clip_index | Yes | ||
| track_index | Yes | ||
| window_beats | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |