Hi, I am a former student that wrote a lot of C++, I wrote a few applications surrounding notation and music theory. I was wondering if anyone is working/planning to work on Score Diffing?
I have a basic scope and specs for creating this, using musicXML and dtl (
https://github.com/cubicdaiya/dtl) to match the differences and render them.
I'm wondering how portable is the score window / view and it's components? A simple read only view of two scores side by side with color coding differences would be sufficient enough for myself to create. If it could be launched as a separate executable that would be good as well, as it could be used in tandem with tortoise svn or similar to store revision history.
I've already pulled the code and finished majority of setup, and bookmarked a few spots in the code that will probably be of interest to me, just wondering if there's other classes I should look at as well.