mutwo.parameters.commas¶
Abstractions of tuning commas
The tuning commas are helpful for mutwo.parameters.pitches.JustIntonationPitch
which owns a commas attribute. By default mutwo makes use of commas
defined by the
Helmholtz-Ellis JI Pitch Notation.
Classes:
|
A tuning comma. |
|
Collection of tuning commas. |
- class Comma(ratio)[source]¶
Bases:
objectA tuning comma.
Attributes:
- Parameters
ratio (quicktions.Fraction) –
- property ratio: quicktions.Fraction¶
- class CommaCompound(prime_to_exponent, prime_to_comma)[source]¶
Bases:
Iterable[mutwo.parameters.commas.Comma]Collection of tuning commas.
Attributes:
- property prime_to_exponent: Dict[int, int]¶