Musescore API documentation
I'm currently looking into building an android app where it converts the midi file to a notation pdf that can be done within Musescore for grad school. Is there any api documentation that musescore has that allows this or should I look into Qt Creator?
Comments
Not quite.
Check the developers handbook for some basic information. Be aware that current master source are undergoing major modularization/refactoring to enable many of the MS4 planned improvements.
If you start from 3.x then focus on the libmscore folder (mscore is UI only).
In reply to Not quite. Check the… by jeetee
How about midi->MusXML (if you think that your proposed algorithms can do better than MS currently does)?