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.
- Host: GitHub
- URL: https://github.com/diversen/tone-frequency
- Owner: diversen
- Created: 2017-06-16T19:17:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T16:08:23.000Z (over 8 years ago)
- Last Synced: 2024-04-14T07:00:16.654Z (about 2 years ago)
- Topics: music, tones
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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