infojunkie / musicxml-midi

MusicXML to MIDI converter via Musical MIDI Accompaniment (MMA).
https://blog.karimratib.me/demos/musicxml/
GNU General Public License v3.0
12 stars 1 forks source link

Make module installable from npm #33

Closed infojunkie closed 1 year ago

infojunkie commented 1 year ago

Allow the module to be installed from npm, including:

infojunkie commented 1 year ago

Work is happening at https://github.com/infojunkie/musicxml-mma/tree/npm-install. Current roadblock is figuring out how to detect the module installation directory because mmarc requires the full path for MMA to function correctly.

infojunkie commented 1 year ago

Alternatively, fix MMA to work with relative paths https://github.com/infojunkie/mma/issues/2