fretboard-plugin icon indicating copy to clipboard operation
fretboard-plugin copied to clipboard

Update fretboard to current position on playback

Open MLK97 opened this issue 5 years ago • 2 comments

I don't know if this has already been considered but I think this could be a nice feature. I could take a look at it if you want.

MLK97 avatar Apr 19 '20 18:04 MLK97

the https://github.com/musescore/MuseScore/pull/5657 was merged and is in the current published version v3.6.2 https://github.com/musescore/MuseScore/blame/v3.6.2/libmscore/noteentry.cpp#L129, but this feature is still not available

srghma avatar Nov 22 '21 15:11 srghma

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 independently from the note input state. Currently MuseScore plugins cannot retrieve the current playback position, so more changes to the plugin API are needed to make it possible to implement this feature.

dmitrio95 avatar Nov 23 '21 21:11 dmitrio95