Module tune::pitch

source ·
Expand description

Linear and logarithmic operations on pitches, frequencies and frequency ratios.

Structs

  • An odd-limit nearest-fraction approximation fo a given Ratio.
  • Struct representing the frequency of a pitch.
  • Struct representing the relative distance between two Pitches.
  • Target type for successfully parsed and validated ratio expressions.

Enums

  • Type used to distinguish which particular outer expression was given as string input before parsing.

Traits