music - C# to MusicXML? -
anyone know of libraries can used write musicxml data c#? similar this: http://proxymusic.kenai.com/ (although 1 java).
i try not write manually, if worse comes worst, have no choice output , write musicxml manually results.
since musicxml has xml schema available, can use xsd.exe create classes represent xml structure:
xsd /c xlink.xsd musicxml.xsd container.xsd opus.xsd then can use xmlserializer load , save generated classes from/to files.
(for reason, 1 of schema files, osfpvg.xsd, wasn't able compile correctly. here's hoping won't need it.)
Comments
Post a Comment