Dmitri Ovodok
Dmitri Ovodok
@gsc-dev hi! Thanks for your pull request, I'm glad to know that someone is willing to improve the plugin I started :) Do I understand correctly that you reused code...
Actually I have not created Chord Identifier, I have just adapted it to MuseScore 3 some time ago. As for a possibility for a separate plugin, [onScoreStateChanged](https://dmitrio95.github.io/plugins/html/class_ms_1_1_plugin_a_p_i_1_1_plugin_a_p_i.html#abae35457be10104c7e74a13320e75946) handler should be...
Hello! I have just added note labels, although implemented it more similar to a way it is done in this Guitar Pro example: https://musescore.org/en/node/295404#comment-949938. As for chord identification functionality, it...
That pull request was actually needed to improve handling of note input cursor in plugins, and it is not related to the playback position which is handled in MuseScore completely...
Indeed, the case of a range selection was implemented recently in 35c84dc8632cb29a04e65bcfa208020a49fe14fa, so the plugin now displays all notes in a range selection. Maybe this should be extended for a...
I have created a pull request which partially restores these functions: #20822. This implementation is limited and mostly operates only on the currently opened score and the current window, but...
My #8493 is fine in this pull request (I hope I didn't miss something else). And congratulations with the PR #9000 ;-)
This PR seems to introduce changes similar to #1380 so I'll mention it here too: it seems that this change breaks file picker on some older Android versions, at least...
Concerning Batch Convert: - Import mode should work as expected at least if no scores are currently opened in the current window (this can be checked by a plugin). -...