Function reduced

  • Find all scales names that are a subset of the given one (has less notes but all from the given scale)

    Parameters

    • name: string

    Returns string[]

    a list of scale names

    Function

    Example

    reduced("major") // => ["ionian pentatonic", "major pentatonic", "ritusen"]