vdaron / MusicXml.Net

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

Support string inputs #12

Closed holly-hacker closed 1 year ago

holly-hacker commented 5 years ago

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 in a string or Stream containing the sheet XML would be better in this case.

vdaron commented 1 year ago

Done ... at least ;-)