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

https://github.com/diversen/tone-frequency

Calculate any frequency of notes for equal tempered scales of any kind, e.g. 12 notes.
https://github.com/diversen/tone-frequency

music tones

Last synced: about 1 year ago
JSON representation

Calculate any frequency of notes for equal tempered scales of any kind, e.g. 12 notes.

Awesome Lists containing this project

README

          

# note-frequency

Simple node module to calculate node frequencies.

Default is 12 tone system with base tone of A = 440hz

But you can make any frequencies of the notes of an equal tempered scale:

E.g. 7 note system with a base tone of 410hz

An explanation can be found here:

http://www.phy.mtu.edu/~suits/notefreqs.html

Usage: See [test.js](test.js)

## License

MIT © Dennis Iversen