Tonejs / Midi

Convert MIDI into Tone.js-friendly JSON
http://tonejs.github.io/Midi/
MIT License
885 stars 117 forks source link

Converto Json to Midi #165

Closed sergisabater closed 2 years ago

sergisabater commented 2 years ago

Hi!

It is possible to reconvert a Json output from your converter (https://tonejs.github.io/Midi/) to a Midi file? I am using that output to build my own files in Unity, and being able to reconvert it again to Midi would be incredible.

Thanks!

alindsay55661 commented 2 years ago

@sergisabater Does this work for you?

https://github.com/Tonejs/Midi#encoding-midi

sergisabater commented 2 years ago

That should work for me, many thanks!