Function enumerateChord

  • Parse a colon- or whitespace-separated string into a Scale instance.

    Parameters

    • input: string

      Colon- or whitespace-separated string of substrings to parse.

    • numberOfComponents: number

      Number of components in monzo vector parts.

    • baseFrequency: number = 440.0

      Base frequency of the first interval in the input string.

    • Optional options: IntervalOptions

      Formatting options.

    Returns Scale

    A Scale instance constructed from the input string.

Generated using TypeDoc