plugin 'ColorVoices' does not work on voice 4

Project:Color the notes of each voice
Component:Code
Category:bug report
Priority:normal
Assigned:Jojo-Schmitz
Status:closed
Description

The bug is in line 47 of that plugin:
for (var v = 0; v < 3; v++) {

Correct would be:
for (var v = 0; v < 4; v++) {
or
for (var v = 0; v <= 3; v++) {

#1
Status:active» patch (ready to commit)
#2

Hopefully by saving this comment the patch will be committed?

#3

no, it won't. You'd need to fix it and upload a new copy of the colorvoices.txt file into http://musescore.org/en/project/colorvoices

#4
Assigned to:Anonymous» ozcaveman
#5
Assigned to:ozcaveman» Jojo-Schmitz
Status:patch (ready to commit)» fixed
#6
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

Syndicate content