plugin 'colorhalfsteps' does not work with MuseScore 2.0

• May 25, 2012 - 14:48
Type
Functional
Severity
S4 - Minor
Status
closed

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++) {


Comments

Title plugin 'colorhalfsteps' does not work on voice 4 plugin 'colorhalfsteps' does not work with MuseScore 2.0
Status (old) closed fixed

Chad Kurszewski updated the Plugin to work with MuseScore 2.0

I have not figured out how to update the plugin on the site. Perhaps the site has changed? Doesn't seem to be an upload button anymore... Perhaps it's my browser?

I reviewed the plugin page and there does not appear to be a drop-list or other selection for "version Supported". Perhaps with the emerging compatability issues between plugins and newer MuseScore versions, this feature will be added here.

Status (old) closed active

Plugin 'colorhalfsteps' error with MuseScore 2.0 with transposing instruments...
Eb
bug.jpg

no problem in concert mode
Ut
Ut.jpg

...désolé je n'écris vraiment pas l'anglais correctement ;)

Status (old) active closed

Critical is reserved for crashes and corruption.
Don't assign to yourself, unless you plan to fix yourself
And this would be a new issue, so let's rest this one in peace and open a new one...