vdaron / MusicXml.Net

Quick C# parser for MusicXML
Other
58 stars 27 forks source link

Fix GetScoreFromString; add a github action to run tests #14

Closed oxygen-dioxide closed 1 year ago

oxygen-dioxide commented 1 year ago
  1. Added a GetXmlDocumentFromString function that directly parses the string instead of parsing from the filepath given in the string. GetScoreFromString is changed to use this function.
  2. Added a github action to run tests across windows, mac and linux.
vdaron commented 1 year ago

Thanks a lot @oxygen-dioxide I didn't expect a merge request so fast after the reborn of the project Yesterday !

oxygen-dioxide commented 1 year ago

Thanks a lot @oxygen-dioxide I didn't expect a merge request so fast after the reborn of the project Yesterday !

I am a contributor to OpenUtau, an open-source software that sings with sheet music input, and I'm looking for a musicxml parser solution. MusicXml.Net helps me a lot.

I would like to provide more PRs, such as text encoding support (UTF-8 / Shift-JIS / GBK), as many old musicxml files are encoded in their local encoding instead of the default UTF-8 encoding.