plugin 'colorhalfsteps' does not work on voice 4

Project:Color all Half Step Notes (Sharps & Flats) Red
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

The bug is in line 54 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

Thank you for catching that. The plugin has been corrected and re-posted.

#3
Status:patch (ready to commit)» fixed
#4
Status:fixed» closed

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

Syndicate content