pub fn get_cents(
tuning_system: TuningSystem,
index: UnsignedIntegerType,
size: Option<UnsignedIntegerType>,
) -> FloatTypeExpand description
Returns cents offset from equal temperament for a tuning-system degree.
The optional size overrides the tuning system’s octave size for the
equal-temperament comparison.