Community Blog

GSOC 2020: Tree Model - Week 2 (Tree model nearly complete!)

4 years ago • 0 comments

Hello again!

Here’s what I did last week:

Last time I had planned that I will be adding most of the elements to the score tree model. So to do that first I needed to make a complete hierarchy of all the elements.

So, I went through all the scanElement functions in the libmscore/ folder and made a rough diagram of what all elements they pass through.

Here is the diagram:

[inline:drawing2.png]

The green lines in the diagram show an

Read more

GSoC 2020 Week 1 Recap: Early Success

4 years ago • 3 comments
Previous post Next post

Hello again! Last week I was completely surprised by how easily everything went. I'm glad I got a head start on disentangling the code for MMRests from Rests, because with that out of the way, I had only simple and straightforward tasks.

Update from last week

I wanted to accomplish three things last week:
- Make the thickness and length of the horizontal and vertical strokes of H-bar rests variables, rather than hard-coded values
- Expose

Read more

GSoC 2020: Albums, Week 1, Boarding :-)

4 years ago • 0 comments

Decisions, decisions.

Hello again, it's time for our weekly blog-meeting. This was an interesting week. I continued working on the Album-mode (if you don't remember, this is the mode where the user sees and edits the entire album as a single score), mainly on laying out the movements correctly and drawing them. I also spent a considerable amount of time trying to understand the relationships between the various Score classes in the MuseScore database and thinking of possible ways to

Read more

GSOC 2020: Tree Model - Week 1

4 years ago • 0 comments

Hello guys! Time for another blog ...

This week, I had an interesting talk with Marc Sabatella, MuseScore Director of Education. He had invited me to his weekly series on YouTube called MuseScore Café, in which I talked about my project. It was a nice experience for me, and I am quite thankful to Marc for inviting me to MuseScore Café. :-)

MuseScore Café

MuseScore Café

After this I had some discussion with my mentor, and we finally decided that we will

Read more

Week 0: Start of the coding period

4 years ago • 1 comment

Me and my mentor had a video call and discussed the possible approaches in which we could do this tree model refactoring. We identified three different ways, which I’ll explain next:

Approach 1 - Using the setParent() function to populate a children vector in parent object

The objects of class Element already have a function parent() and setParent(), which means that already the parent element exists for each element. So it means we already have the whole tree structure, but

Read more

GSoC 2020: Albums, Week 0, At the Gate

4 years ago • 3 comments

Album-mode

Greetings and salutations MuseScore blog readers, this week I will show you the 2nd mode of operation in action, Album-mode.

[inline:Screenshot from 2020-06-02 10-25-47.png]

Progress

The Good
  • As promised last week I worked on the layout and playback of scores with multiple movements. I am happy to announce that most of my attempts have been met with success, as you will see on the video. The movements are displayed properly, playing the album works, and editing the individual score
Read more

GSoC 2020 Day 1: It Begins.

4 years ago • 1 comment

It's June 1st, and the coding period is now underway!

Update from last week

My pull request remains open, but it is, I think, mergeable. No changes to the file format were required; I made sure to write "Rest" instead of "MMRest" in the MSCX output, and to check when reading "Rest" to create the correct Rest or MMRest object. I also discovered a bug that I fixed completely by accident, #306192: Lyrics entry with multimeasure rest selected, so

Read more

GSoC 2020 Week 1 BC (Before Coding): Under-the-Hood Changes

4 years ago • 2 comments
Previous post Next post

Last week, I was in a conference call with the other MuseScore GSoC students and mentors, where we mainly discussed the challenge of minimizing conflicting code changes (both among ourselves and between us and the core team). We could work in three different directions all summer, happily oblivious to each other, and find out in three months that it's impossible for all three of our projects to be merged at once. Or, we could submit our

Read more

GSoC 2020: Albums, Week -1, Check in

4 years ago • 0 comments

A quiet week

This week I have no flashy video to show you since most of my time was spent on improving the code quality and becoming familiar with some useful MuseScore classes. Hopefully, the work done this week will enable me to make some pretty big strides next week :-)

What progress was made this week?

This week I focused my efforts on improving the existing code (rewriting and adding comments) and fixing bugs/crashes. That includes fixing various crashes

Read more

GSoC 2020 Week 2 BC (Before Coding): Repeats, Rests, and Counting Overview

4 years ago • 16 comments
Previous post Next post

Hello, everyone! I’m Isaac Weiss, and I’m very happy to be able to devote my next few months to working with MuseScore through Google Summer of Code. As part of the program requirements, I’ll be blogging here weekly to document my progress. According to the official timeline, coding should begin June 1st, but during this “community bonding period” I and the other students are already studying, experimenting, and planning. This week, I would like to share

Read more