Closed mk-pmb closed 7 years ago
Would you submit a PR with the corrected links? Thx!
Ok, I'm on it. Would you like a package.json
for npm as well?
Update: Oops, that git-clone will take a few hours. Maybe I can PR tomorrow.
Update: Found how to use git sparse checkout. Update 2: Still very large. :-(
Lol yeah it's a pretty big repo. A package.json is not a bad idea. No rush and thanks for the help.
As for the package.json
, there seems to be a license conflict between MIT in LICENSE.txt
and the CC-BY-SA-3.0 of Musyng Kite, how should I resolve it?
Which of the two licenses (Creative Commons Attribution 3.0 license and Creative Commons Attribution Share-Alike 3.0 license) would both fall into? Let's go with that one.
In my layman interpretation (I'm not a lawyer) of CC-BY-SA-3.0 and MIT, their works cannot be unified into a work with just one license. I'll make a package.json with bogus license field for now, then someone else can easily update it once the legal stuff is resolved.
Cool thx.
On Sun, Aug 20, 2017 at 12:15 PM M.K. notifications@github.com wrote:
In my layman interpretation (I'm not a lawyer) of CC-BY-SA-3.0 and MIT, their works cannot be unified into a work with just one license. I'll make a package.json with bogus license field for now, then someone else can easily update it once the legal stuff is resolved.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/gleitz/midi-js-soundfonts/issues/22#issuecomment-323605479, or mute the thread https://github.com/notifications/unsubscribe-auth/AAYH9uOSy2o5A9_OUsi3dGXB0TddKahCks5saIW_gaJpZM4O8qoI .
Hi there, I'm looking for ways to convert a custom sf2, so I followed the "soundfont-generator" link in the readme but it's broken (404).
How can I convert it?Update: Found it. Now this issue is just about updating the readme.