Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hakobera/pitchtable
Calculate pitch infomation (note name, MIDI note number, frequency) from note name.
https://github.com/hakobera/pitchtable
Last synced: about 1 month ago
JSON representation
Calculate pitch infomation (note name, MIDI note number, frequency) from note name.
- Host: GitHub
- URL: https://github.com/hakobera/pitchtable
- Owner: hakobera
- Created: 2011-03-20T05:05:52.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-20T06:12:41.000Z (almost 14 years ago)
- Last Synced: 2024-04-14T09:15:54.143Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pitchtable.js
=============音階と周波数の対応表を作成して、音階から周波数を計算して表示します。
* A4 = 69 = 440Hz を基準とします。
参考 URL
--------[ピッチテーブルを作ってみる | logicalyze::blog](http://www.logicalyze.net/blog/?p=767)