pitch_calc 0.8.3

A library for musical pitch conversions! Provides functions and methods for converting between frequency, midi-step and letter-octave.
docs.rs failed to build pitch_calc-0.8.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: pitch_calc-0.12.0

pitch_calc Build Status

A library for musical pitch conversions!

pitch_calc provides functions and methods for converting between frequency, midi-step and letter-octave.

It looks like this.

assert!(Hz(440.0).letter_octave() == (A, 4))

Usage

Add the following to your Cargo.toml.

[dependencies.pitch_calc]
git = "https://github.com/RustAudio/pitch_calc"

See the example for a simple demonstration.