play a score from plugin
Hi,
How can I create a plugin similar to 'View->Play panel', from which I can playback at different bpm, pausing, resuming, etc.
Thanks.
Hi,
How can I create a plugin similar to 'View->Play panel', from which I can playback at different bpm, pausing, resuming, etc.
Thanks.
Do you still have an unanswered question? Please log in first to post your question.
Comments
AFAIK that is not possible front the plugin framework
In reply to AFAIK that is not possible… by Jojo-Schmitz
Oh I understand now.
So this is my I spend a few hours without results searching the plugin docs for a solution.
I will go the hard way then, trying to modify the source code.
Thanks.
In reply to Oh I understand now. So this… by oprea_marius
As a first step, you might try discussing your idea here. It's possible whatever it is you are doing is already being worked on for MuseScore 4, which will have a radically new playback system.
In reply to As a first step, you might… by Marc Sabatella
I wanted to try to develop something like this mod:
https://github.com/tomcucinotta/MuseScore/releases/tag/MuseScore3.0dev-…
https://www.instructables.com/MuseScoreArduinoLEDsMIDI-Piano-Tutor/
A simple piano tutorial plugin(without the Arduino stuff), that can be updated or maintained as MuseScore evolves without merging and compiling the source code of the application.
It only needs to start playback a score and stop immediately waiting notes/chords midi input and to continue playback only if the midi input notes/chords are the same as the score playback cursor.
Colors should be use to emphasize note's progress or error.