使用 ArrayBuffers 的 MIDI 文件解析器/ 写入器
Read/write standard MIDI files. //: # (::contents:start)
MIDIFile uses the MIDIEvents project and is part of the MIDIPlayer one. You can also check this Karaoke Player built on top of those libraries.
…
Unit tests are using mocha and NodeJS. Install them and run the following command:
mocha tests/*.mocha.js
ArrayBuffer instances are the best way to manage binary data like MIDI files.
The Standard MIDI files format isn't streamable by nature. If you want to stream MIDI file contents, you should consider transforming your files in another format (plain linearized MIDI events should do the job).
暂无开放 Issues,或尚未同步最近议题。