I am new to working with MIDI in my javascript code, and I would like to create an application that simply generates a MIDI file based on the user's input. I have looked at using MIDI.js, but I'm not sure if I need any of the library. Ideally, I would like to be able to work with note values rather than hexadecimal MIDI codes... would I need to use the converter within plugin.js
?
My current research has indicated that generated soundfonts are the suggested way to go; however, I would like to export/generate a MIDI file for use in a professional DAW.
Thanks for any help.