TonejsのMidiを調査
https://github.com/Tonejs/Midi
Midiプロジェクトの説明は
Convert MIDI into Tone.js-friendly JSON
Tone.js親和性のJSONにMidiを変換する。
実際はMidiのパースしてJSONに変換も可能。
Midiのパース、Midi書き出し自体は、midi-fileで実現している。
https://github.com/carter-thaxton/midi-file
JSONフォーマットは下記
https://github.com/Tonejs/Midi#format
1からMidiを作成する場合
https://github.com/Tonejs/Midi#encoding-midi
JSONフォーマットのサンプル
https://github.com/Tonejs/Midi/tree/master/test/midi/bach
ちなみに3つissueがあがってる。
https://github.com/Tonejs/Midi/issues