parse_chord
Parse chord names into component MIDI pitches to reveal voicings and enable chord-based composition.
Instructions
Parse a chord name and return its component MIDI pitches. Useful for understanding chord voicings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chord | Yes | Chord name (e.g., "Cmaj7", "Dm", "F#m7", "G7sus4") | |
| octave | No | Octave for the root note (default: 4) |