plugin 'ColorVoices' does not work on voice 4 Jojo-Schmitz • May 25, 2012 - 14:07 Type Functional Severity S4 - Minor Status closed Project Color the notes of each voice 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++) { Reply Comments Jojo-Schmitz • May 25, 2012 - 17:23 Reply ozcaveman • May 30, 2012 - 11:06 Hopefully by saving this comment the patch will be committed? Reply Jojo-Schmitz • May 30, 2012 - 11:13 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 Reply ozcaveman • May 30, 2012 - 11:13 Reply Jojo-Schmitz • May 30, 2012 - 11:22 Status (old) patch (ready to commit) ⇒ fixed Reply System Message • Jun 13, 2012 - 11:25 Status (old) fixed ⇒ closed Automatically closed -- issue fixed for 2 weeks with no activity. Reply
Jojo-Schmitz • May 30, 2012 - 11:13 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 Reply
System Message • Jun 13, 2012 - 11:25 Status (old) fixed ⇒ closed Automatically closed -- issue fixed for 2 weeks with no activity. Reply
Comments
Hopefully by saving this comment the patch will be committed?
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
Automatically closed -- issue fixed for 2 weeks with no activity.