web-midi-note-stream:接收一个 MIDI 事件流并输出带有音符频率信息的对象

时间:2021-06-14 16:46:20
【文件属性】:
文件名称:web-midi-note-stream:接收一个 MIDI 事件流并输出带有音符频率信息的对象
文件大小:3KB
文件格式:ZIP
更新时间:2021-06-14 16:46:20
JavaScript web-midi-note-stream 接收一个 MIDI 事件流并输出带有音符/频率信息的对象 使用表解码音符。 期望通过管道将或具有[status, note, velocity]的数组块传输到其中。 输出一个看起来像的对象 { pressed : Boolean , // Whether the note was pressed or released note : Number , // The note from the midi event [0-127] velocity : Number , // The velocity from the midi event [0-127] channel : Number , // The channel the note was played in [1-16] frequency : Number , // T
【文件预览】:
web-midi-note-stream-master
----.gitignore(526B)
----package.json(767B)
----LICENSE(1KB)
----index.js(939B)
----README.md(1KB)

网友评论