Closed bxclib2 closed 3 months ago
Hi, While this isn't currently possible, this looks like a very simple addition. Thanks for the idea, I'll work on it now!
Hi, I've added the MIDI Builder class: https://github.com/spessasus/SpessaSynth/wiki/Creating-MIDI-Files
I hope this was the feature you were looking for!
Yep, this is what I need. Thanks for your reply. Is this included in the npm library or I need install from GitHub? I will have some tests
Yes, I've added it to npm too. (I didn't forget index.js this time :-)
Thanks!! I will try and if I encounter some issues I will help report
Documentation Confirmation
Please confirm that you have read the documentation and have not found an answer to your question there.
Yes
Question's Topic
spessasynth_lib
The Question
Is the midi parser in this library able to generate a brand new midi file, like the jsmidgen? jsmidgen
Some examples from jsmidgen like this. I checked the doc and code, it seems no off-the-shelf method to construct a brand new midi file and track. All I can think of is to generate a midi with other library and later use midi-parser of SpessaSynth to re-parse back to midi object of SpessaSynth.