PlugIn Api: Adding a rest to cursor
How can I add a rest of a certain duration at cursor position?
PlugInApi MuseScore 3.3
How can I add a rest of a certain duration at cursor position?
PlugInApi MuseScore 3.3
Do you still have an unanswered question? Please log in first to post your question.
Comments
This may be not very easy to do with MuseScore 3.3, but the upcoming MuseScore 3.5 version will likely have a separate
Cursor.addRest()
method for this purpose, similarly to the already existingaddNote()
(a pull request for that has just been merged). I have no idea when exactly 3.5 version is going to be released though.In reply to This may be not very easy to… by dmitrio95
thank you dmitri
I tried this version as well and inserted the addRest functionality for cursor in C++.
But the Score manipulation proved to be still buggy (3 weeks ago) so I decided to use C++ on my own copy of musescore instead of the plugin api.
In reply to thank you dmitri I tried… by MartinBrunn
You could try using the 3.5beta release