InstrumentChange object in plugin
Hi Forum,
I write a plug-in that exports as mp3 all voices with different volume and different instrument. So for every voice I have to change the instrument for that voice and reset the instrument for the voice I exported before. In the help screen of the plug-in editor I found a InstrumentChange object. However I did not find any help or examples how to use it. Even the source code, I was not able to find. Could please anybody point me to a place where to get help or give me hints how to solve the problem?
Thanks a lot!
Regards
Stephan
Comments
The InstrumentChange object refers to a Change Instrument text as described in https://musescore.org/en/handbook/3/mid-staff-instrument-changes
It is not related to mixer settings, for which afaik the instrument patch is not accessible via the plugin framework.