implement musescore to .net (c#) project
Hello,
i'm looking for a possibility to show and play a MuseScore file (mscz) in a c# project. I programm with c# (.net) a Musiclibrary to manage my digital Music notes. As well i want to like to play and show my Musescore files directly in my c# Programm. Is there a possibilty to implemt a dll to my project?
Thank you for helping me.
Best regards!
Marcel Gutzeit
Comments
Hello Marcel,
I have almost the same need.
Did you find a way to use MuseScore inside of a C# project ?
Best regards,
Jerome
I tried to write a C#/WPF project that displays and plays MusicXML files (only one grandstuff). The graphics is too complicated.
A better way is to use OLE Automation, if MuseScore 2 supports this. See if you can open a Score object from C#, and make it visible. please tell me if it works; maybe I'll use it too.