Function patentVal

  • Calculate the patent val for an EDO.

    Parameters

    • edo: number

      Number of equal divisions of the octave to calculate the patent val for.

    • primeLimit: number

      Highest prime to calculate the mapping for.

    Returns Val

    Array of the number of edo steps corresponding to each prime.

  • Calculate the patent val based on the given just intonation point.

    Parameters

    • divisions: number

      Number of divisions of the first formal prime.

    • jip: Jip

      An array of natural logarithms of (formal) primes.

    Returns Val

    Array of the number of steps corresponding to each (formal) prime.

Generated using TypeDoc