Remove Notes Plugin not working (0.9.6 regression)

• Feb 14, 2010 - 20:22
Type
Functional
Severity
S4 - Minor
Status
closed
Project

Revision 2713
O.S Windows XP

The remove notes plugin doesn't appear to do anything anymore, Worked in stable 0.9.5

Open a score containing three note chords
Activate Plugin/Remove notes
Choose Top/Middle/Bottom
Click OK

Nothing happens


Comments

Status (old) fixed active

Doesn't work for me using r. 2722 nightly, Windows XP.

I tried it on the promenade demo and was looking at the third measure.

Also Edit > Undo has strange (inaccurate) results It removed a note from the first of the three note chords.

1. Open promenade demo
2. Plugins > Remove Notes
3. Click on score

Expected behavior: All three-note chords should have one note removed after step 2.

Actual behavior: The plugin affects only the first three-note chords. A click on the score (step 3) is necessary to make this change visible.

Script Debugger reports:

Uncaught exception at C:/Users/David/Documents/MuseScore/mscoreNightly/plugins/removenotes.js:71: 
TypeError: Note.removeNote(): bad argument count or value

71	                        chord.removeNote(idx);

Discussion: Should this plugin be removed from the 0.9.6 branch or is a fix still possible before release?