Access the playback status
I want to make a plugin to color the notes when stop playing. Is it possible to know the current tick or the position when the score stopped playing?
I want to make a plugin to color the notes when stop playing. Is it possible to know the current tick or the position when the score stopped playing?
Do you still have an unanswered question? Please log in first to post your question.
Comments
unfortunately no for both the detection of playback status, and the playback Caret/cursor position afaik. pls see Capability and limitation https://musescore.org/en/handbook/developers-handbook/plugins-3x , feel free to fix error / update it.
For what it's worth, it's possible to make a plugin to goto certain tick value then run cmd('play') , and assign a hotkey to that plugin .