generate_scale
Build a musical scale by specifying root note, scale type, and octave range, returning MIDI key numbers and note names for placement in LMMS projects.
Instructions
Generate a musical scale as MIDI key numbers and note names.
Args: root_note: Root note name (e.g. 'C4', 'A3') scale_type: Scale type: major, minor, dorian, mixolydian, pentatonic_major, pentatonic_minor, blues, chromatic, harmonic_minor, melodic_minor num_octaves: Number of octaves to generate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root_note | No | C4 | |
| scale_type | No | major | |
| num_octaves | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |