Type alias SubgroupValue

SubgroupValue: number | string | FractionValue[] | Subgroup

Value that can be interpreted as the basis of a fractional just intonation subgroup. Numbers are interpreted as prime limits. 7 means 7-limit = first 4 primes. Strings such as '2.3.13/5' are interpreted as a period-separated array of fractions. An array of numbers/strings/fractions is normalized to Fraction instances. If another subgroup is passed it's basis is copied.

Generated using TypeDoc