Function reverseParseScale

  • Convert a scale to an array of strings representing the constituent intervals.

    Parameters

    • scale: Scale

      Scale instance to be converted.

    • admitBareNumbers: boolean = false

      Interprete bare numbers as n/1 ratios instead of throwing an error.

    • universalMinus: boolean = true

      Allow unary minus operator in front of every line type.

    Returns string[]

    Array of strings representing the scale.

Generated using TypeDoc