@humanuser55 Good idea, done. Welcome to the forum. You can tinker with the code and share your work, no need to ask for any permission, have fun.
@elsewhere Thank you! I'm unsure how to patch the original measureMap function written by mirabilos as I'm unfamiliar with function.apply(null,args). I end up adding cursor.keySignature directly (roughly tested).
Comments
If you subtract 3 it also shifts major making "do" "me". please add a different file for do based minor
@msfp: by looping with cursor.nextMeasure() you can also see internal key signatures
while (cursor.segment && (fullScore || cursor.tick < endTick)) {
console.log ("cursor.tick = ", cursor.tick)
console.log ("cursor.keySignature = ", cursor.keySignature)
cursor.nextMeasure();
} // end while segment
@humanuser55 Good idea, done. Welcome to the forum. You can tinker with the code and share your work, no need to ask for any permission, have fun.
@elsewhere Thank you! I'm unsure how to patch the original measureMap function written by mirabilos as I'm unfamiliar with function.apply(null,args). I end up adding cursor.keySignature directly (roughly tested).
how do I get it to do Major solfege?
In reply to how do I get it to do Major… by Eggsavier
La based minor solfege is the same as Major