music.note.height:从Midi <->音符名称<->频率转换的微小库

时间:2021-04-30 05:16:28
【文件属性】:
文件名称:music.note.height:从Midi <->音符名称<->频率转换的微小库
文件大小:11KB
文件格式:ZIP
更新时间:2021-04-30 05:16:28
JavaScript music.note.height music.note.height是一个小型(2.3kb)快速库,可在MIDI编号<->音符名称<->频率之间进行转换。 它是Midi,您的应用程序和合成器之间的桥梁。 var note = require ( 'music.note.height' ) // get a note from midi var name = note . fromMidi ( 69 ) // => 'A4' // write it to the console console . log ( name ) // => prints 'A4' // give it to your synth note . toFreq ( name ) // => 440 这是一部分 特征 音符名称为midi和midi音符名称转换 音符名称到频率以及音符名称到频率的转换 使用自定义调
【文件预览】:
music.note.height-master
----.travis.yml(70B)
----index.js(5KB)
----package.json(1KB)
----test()
--------frequency-test.js(1KB)
--------note-test.js(2KB)
----CHANGELOG(207B)
----LICENSE(1KB)
----dist()
--------note.height.min.js(3KB)
----.gitignore(50B)
----.codeclimate.yml(103B)
----README.md(3KB)
----API.md(10KB)

网友评论