MuseScore 3 repo?
Hello!
I have been considering getting into contributing to MuseScore.
I wan't to get better at C++ and there are some "minor" features, mostly concerning navigation and note selection, that I would like to try to implement since their absence really messes upp my workflow.
I thought that it would be fun to see how version 3 was coming along and implementing the features that I had in mind to version 3 instead of version 2.
But I cant seem to find the source for version 3?
Is it not made public yet or have i just been completely blind and missed it?
Comments
It is all on github, 3.0 is in the master branch.
See https://github.com/musescore/MuseScore
In reply to It is all on github, 3.0 is… by Jojo-Schmitz
Thanks!
Was expecting that but wasn't sure :)
Thanks for the help!
Welcome, Henrik! The source code is public at https://github.com/musescore/MuseScore. The "master" branch is 3.0 in development. Also, if you haven't already, be sure to check out https://musescore.org/en/handbook/developers-handbook.
In reply to Welcome, Henrik! The source… by Isaac Weiss
Thanks!
Was expecting that but wasn't sure :)
Thanks for the help!
Welcome! And do feel free to discuss your ideas on this forum. It's possible there are already some things in place or planned that overlap with whatever it is you have in mind. Or previous discussions of the topic to consider as you design the new features.
If you need further "live" help or just want to say hello to other developers, feel free to join MuseScore IRC channel #musescore on freenode.net
Welcome! You can also download the 3.0 development build and try it without compiling the code.