Function chordScales

  • Get all scales where the given chord fits

    Parameters

    • name: string

    Returns string[]

    Example

    chordScales('C7b9')
    // => ["phrygian dominant", "flamenco", "spanish heptatonic", "half-whole diminished", "chromatic"]