degrees_to_chords
Convert a sequence of scale degrees (e.g., I, V, vi, IV) into concrete chord symbols and notes for any root and scale type, with optional sevenths.
Instructions
Resolve a chord-degree sequence you chose into concrete chords of a scale.
degrees is your sequence as numbers or roman numerals: [1, 5, 6, 4],
'I V vi IV' or '1-5-6-4'. Returns the chord (symbol + notes) on each
chosen degree, in order — e.g. in C major: C, G, Am, F. The symbols
array feeds directly into chords_to_midi / song_to_midi. This tool only
maps degrees to chords; choosing and ordering the degrees is up to you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | ||
| scale_type | Yes | ||
| degrees | Yes | ||
| sevenths | No |