realize_figured_bass
Realize figured bass notation into chord pitches by specifying bass note, figures, and key context.
Instructions
Realize figured bass notation into chord pitches.
Args: bass_pitch: Bass note (e.g., "C3", "G2") figures: Figured bass notation (e.g., "6", "64", "7", "65", "43", "42") key: Key context for accidentals
Returns: Realized chord with all pitches
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bass_pitch | Yes | ||
| figures | No | ||
| key | No | C major |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||