An open API service indexing awesome lists of open source software.

https://github.com/zduny/pitches

Structured representation of musical pitches, notes and intervals for for equal-tempered scale, A₄ = 440 Hz.
https://github.com/zduny/pitches

cents internal music note pitch

Last synced: 6 months ago
JSON representation

Structured representation of musical pitches, notes and intervals for for equal-tempered scale, A₄ = 440 Hz.

Awesome Lists containing this project

README

          

# pitches

[![Test Status](https://github.com/zduny/pitches/actions/workflows/rust.yml/badge.svg)](https://github.com/zduny/pitches/actions)
[![Crate](https://img.shields.io/crates/v/pitches.svg)](https://crates.io/crates/pitches)
[![API](https://docs.rs/pitches/badge.svg)](https://docs.rs/pitches)

Structured representation of musical pitches, notes and intervals
for for equal-tempered scale, A₄ = 440 Hz.

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/O5O31JYZ4)

## to do
Support for other tunings (other base frequency for A₄).

## see also
[Frequencies of Musical Notes, A4 = 440 Hz](https://pages.mtu.edu/~suits/notefreqs.html)

[The Use of Cents for Expressing Musical Intervals](http://hyperphysics.gsu.edu/hbase/Music/cents.html)