GSoC 2020 - Tree Model - Work Product
Week 12 / Final Report
We have come to the end of the GSoC season for 2020, and this is my final report summarizing the results of my project, Tree Model for libmscore.
The main aim of the project was to formalise the tree structure of MuseScore’s objects and classes by adding a generic way to access children of an element (i.e. add a getChild(n)
function to ScoreElement and derived classes). The secondary goal was to make use of