how to use a number system (1, 2 , 3, 4, 5, 6, 7 instead of CDEFGAB- in note names

• Dec 24, 2017 - 14:40

for note names plugin, it use C, D, E, F, G, A, B for the notes.

For D major scale, i want to use the symbol 1, 2 , 3, 4, 5, 6, 7 (representing do, re, mi, fa, so, la, ti) instead of D4, E4, F#4, G4, A4,B4, C#5. Is there a way I can realize that?

for an octave below, I need use 1, 2 , 3, 4, 5, 6, 7 with a dot right below each of them (representing do, re, mi, fa, so, la, ti) instead of D3, E3, F#3, G3, A3,B3, C#4.

for an octave above, I need use 1, 2 , 3, 4, 5, 6, 7 with a dot right above each of them (representing do, re, mi, fa, so, la, ti) instead of D5, E5, F#5, G5, A5,B5, C#6.

Is there a way I can realize that?

by the way, this is for Asian music system. so may look a little wired.

thanks


Comments

Hi - I know this is a few years old but just wondering if you were able to accomplish what you were after?

I would like to achieve something similar. This is for a bisonoric accordion where each button sounds a different note according to the direction of the bellows i.e. D when bellows are opening but G when they are closing. I'm looking to help a friend who would like to reflect this in the note names, using bracketed numbers, but also taking into account whether or not the note is high/low/middle.

I enabled the octave notation, so it's showing C5, D5, etc. However, I want to change the 5 to a circle symbol, so that I can make this into kalimba notes. On a kalimba it has the letters and then when going up to C5 it has a circle symbol under the letter. I already changed the case 13 - case 19 text from FCGDAEB to 4152637 to match the metal tines on a kalimba. I just need to figure out how to change every 5 to a circle symbol. Can I add code to the plugin to do that or would I need to change a file in the app itself? I was thinking that I could modify this line below and add an if then statement to replace the C5 with C*, D5 with D* and so on. Any ideas? I attached a picture of a kalimba with the circles/dots on C5, D5, etc. Thank you! text.text += (Math.floor(notes[i].pitch / 12) - 1)

Attachment Size
kalimba metal tines or keys.jpg 39.57 KB

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