Function tenneyVals

  • Find a Tenney-Euclid optimal linear combination of vals.

    Parameters

    • vals: (string | number | Val)[]

      Array of vals in using the JIP's semantics.

    • subgroupOrJip: Subgroup | Mapping

      A Subgroup instance or a just intonation point (JIP).

    • Optional weights: Weights

      Importance weighting for the JIP's coordinates (defaults to 1 / JIP).

    • units: PitchUnits = 'cents'

      The units pitch of intervals and mappings are measured in.

    Returns number[]

    A Tenney-Euclid optimal mapping representing a temperament supported by all of the vals.

Generated using TypeDoc