MusicXml.Net icon indicating copy to clipboard operation
MusicXml.Net copied to clipboard

Quick C# parser for MusicXML

Results 7 MusicXml.Net issues
Sort by recently updated
recently updated
newest added

Version 3.1 of MusicXML has been released. I have generated the classes from the defined Scheme and it seems clean. An update would be useful.

This PR adds the `Score GetScore(Stream str)` and `Score GetScoreFromString(string str)` methods. No other public API is modified, making this a non-breaking change. `GetXmlDocument` has been changed to accept an...

In my usecase, I have the MusicXml file loaded in memory already. Writing it to disk to then read it again would be silly. Creating a method that allows passing...

hello,, i have notice the barline is not included.. and the quarter notes will raise an exception since its alter value is double and the alter type in the parser...

Hello, congrats for this nice library. Issue is all about "Accidental" property that is not appearing when using the library via Nuget Packages. It does appear when using the code...

MusicXml is built for sheet music visualization instead of playing. When playing or singing sheet music, tied notes should be treated as one note, and slur notes should be treated...

Added GetScore(string filename, System.Text.Encoding encoding) that allows the user to load the musicxml file in a certain text encoding, such as GBK or ShiftJIS. Tests for text encodings are added...