loops if last note of selection is last note of staff

• Oct 21, 2011 - 01:09
Type
Functional
Severity
S2 - Critical
Status
closed

It continually locks up on me at times over the same thing

The last one that I have experienced was on Bass Clarinet on bar 10 beat 1.000 to bar 12 beat 1.000. The score is going to be attached below.

Operating System: Windows 7
Version of MuseScore: 1.1

Attachment Size
scEWL984.mscz 12.93 KB

Comments

Title MuseScore locks up and becomes non-responsive continually locks up MuseScore and makes it non-responsive

Sorry for inconvenience.

Title continually locks up MuseScore and makes it non-responsive Crescendo/diminuendo plugin loops if last note of selection is last no

stylex found how to fix it (just minutes before I found it too), the first occurence of following line:
while(!cursor.isChord()) {cursor.next();}
needs to be replaced with:
while(!cursor.isChord() && !cursor.eos()) {cursor.next();}

Hey Jojo, you are co-maintainer of this plugin now, which means you can upload a new release via the plugin project page.