cuthbertLab / music21j

Javascript port of music21 -- Toolkit for Computational Musicology
Other
144 stars 41 forks source link

Importing music21j from CDN #88

Closed infojunkie closed 3 years ago

infojunkie commented 3 years ago

Hello,

I'm trying to import m21j on my web pages without building it locally. I found it on jsDelivr but I have some comments / questions:

Thanks!

mscuthbert commented 3 years ago

See #60 -- I don't have a lot of experience in this, and I think at this point music21 v0.9 has been out there long enough that we can probably make the move. There is a way to configure the soundfonts URL, with the m21conf variable, but it's also undocumented.

This is still alpha-level code, so help in making it better via PRs would be appreciated. There's still so much to do!

infojunkie commented 3 years ago

Thanks. Closing this duplicate issue.