get_scale_notes
Retrieve the notes of a musical scale by specifying the root MIDI note and scale type. Returns a list of MIDI note numbers for use 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 |