Function extended

  • Get all scales names that are a superset of the given one (has the same notes and at least one more)

    Parameters

    • name: string

    Returns string[]

    a list of scale names

    Function

    Example

    extended("major") // => ["bebop", "bebop dominant", "bebop major", "chromatic", "ichikosucho"]