get_scale_notes
Returns the notes in a musical scale for a specified root MIDI note and scale type, providing the pitch classes needed for melodies or chords in Ableton Live.
Instructions
Get the notes in a musical scale.
Parameters:
root: MIDI note number for the root (0-127, where 60 = middle C)
scale_type: Type of scale (major, minor, dorian, phrygian, lydian, mixolydian, locrian, harmonic_minor, melodic_minor, pentatonic_major, pentatonic_minor, blues, chromatic)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | ||
| scale_type | No | major |