plugin musescore 3.6.2
I am using a Stafftext(rigth-click properties-change channel) to assign different voices to different channels (for examples with "men" or "woman"-instrument, who have two channels assigned to them). I created some instruments to assign each of 4 voices to a different channel. Sometimes i need all four so all 4 voices can be assigned to a different channel.
I can see in the in the mscx-file (xml) that this action creates (1 or more) "channelswitches", but i cannot find how to check this "channelswitch" in a plugin.
I tried detecting this with the "element analyser"-plugin but i could not find the channelswith or something that looks like it. (i chose "all").
I am creating a plugin for making practice-movies(mp4) for the choir i am singing in(SSAATTBB).
The question:
It would be usefull if i could check if the "channelswitches" are filled in properly. Thus the voices correctly "switched" to the channels.
Help would be greately appreciated!
Harrie.
Comments
Some info inside staff text object are not exposed to plugin API, I guess channel switching config cannot be accessed directly. Maybe try one of these?
In reply to Some info inside staff text… by msfp
Thanks!
I'l look into it!
Harrie
In reply to Thanks! I'l look into it!… by hpcs444@gmail.com
I looked into your answer,
Thank you for your effort and your help. Checking this with the xmsx-file is an idea that i can look upon later on. My intention was to check this with the plugin, so now i know not to search further in the API!
thanks again, Harrrie.