plugin code modifications for note colors and note names.

• Sep 26, 2010 - 10:36

I'd like to change the default note colors by modifying the code in the note color plugin but i cannot find the lines where the colors are assigned.

Same thing for the color of the note names and circles, I'd like to assign the same colors for the note names as the note colors. For instance, if the D is Green then the notes name and circle for the D will automatically be Green.

When you create note names, if you change the note on the staffline, the note name doesn't change automatically. Is it possibly to fix this.


Comments

In the colornotes.js file, the colors are defined at line 30. As indicated in the comment at the beginning of the file, the color are in RGB and the first is C, the second C#/Db, the third D etc... The current colors are more or less the one from the boomwhackers set.

If you take a look to the code it should be obvious to apply the same effect to note names.

There is no way to change the color or the note names automatically when you change the pitch. The plugin framework does not provide a "changed pitch" event.

Do you still have an unanswered question? Please log in first to post your question.