MS4 Plugins: Read, Write and Close Score
Are the readScore(), writeScore() and closeScore() functions supported by the MS4 plugin API? If so, are there any required imports at the top of the plugin?
Are the readScore(), writeScore() and closeScore() functions supported by the MS4 plugin API? If so, are there any required imports at the top of the plugin?
Do you still have an unanswered question? Please log in first to post your question.
Comments
'writeScore' certainly doesn't work because it is no longer implemented, as can also be seen from the .log file produced by Musescore 4 if you try to use it. Who knows in the future?
In reply to 'writeScore' certainly doesn… by ILPEPITO
Thanks for the info.
I have just finished a score versioning plugin for MS3 which I was going to port to MS4 to help mitigate the on-going issues with corrupted scores and to provide both local and online milestone recovery points. It'll clearly have to be for MS3 only for now.
See https://github.com/musescore/MuseScore/issues/13593