Looking for Plug-In Programmer
Hello!
I am looking for someone, who can program a very specific plug-in for Musescore 4. The Plug-In is entirely about adding new, slightly more complex symbols and connections under a given score. (Think musical analysis, but more)
If you are interested, please reach out, so that we can exchange e-mails for further details (functions, payment, etc.)
Kimd regards.
Comments
You can try looking under Support / Services toward the top of this page.
Hey there - I'd be interested in helping you out here.
I've developed a few plugins for MuseScore, including WalkingBass, Drumset Patterns, and Score Timecode. I've also updating them for the latest releases.
Let me know if you're still looking for someone. You can reach me at pitdadphil@gmail.com
Phil
In reply to Hey there - I'd be… by PitDadPhil
Hello Phil! Hello! Quick question: Is following Dorico feature also possible in Musescore 4.5.2:
"Use Shift +Space to play from the previous start position."
Or would you be able to create a "Play-Plugin" for such (advanced) Playback commands...?
Thanks and best wishes!
In reply to Hello Phil! Hello! Quick… by Lycalp
That sounds like such a useful feature that it would be worth raising a request on GitHub for it to be in the main MuseScore program.
In reply to Hello Phil! Hello! Quick… by Lycalp
Hey there..
It might be possible, but probably not function in the same way as it does in Dorico. You would need to start the playback from the plugin, to get the "previous position".
I have a few ideas on how this might be more generically interesting and useful - feel free to email me at pitdadphil@gmail.com if you want to discuss it further.
Phil
In reply to Hello Phil! Hello! Quick… by Lycalp
In general, the use of keyboard shortcuts, which are possible in MU3, has become very problematic in the new version. I think it would be more realistic to create a plugin that establishes the starting point of playback simply by memorizing the position of a note or a rest coinciding with it. Reselecting that note or rest will force playback from that point. For those who want to write it, nothing complicated.
In reply to Hello Phil! Hello! Quick… by Lycalp
So, something like this??
https://github.com/philxan/PlayFrom
In reply to So, something like this??… by PitDadPhil
Unless i am doing something wrong, on my system, ubuntu 24.04, this does not seem to work
In log:
Selection::select | Cannot select element of type Chord
In reply to Unless i am doing something… by graffesmusic
OOOPS, I confess that I have not tried it ... for lack of time, I'm sorry
In reply to Unless i am doing something… by graffesmusic
:( boo.. It's most likely something to do with the score you're trying it on. Could you send me something where it fails? I'll try to work it out.
In reply to Unless i am doing something… by graffesmusic
If anyone is interested in my 'raw' plugin, please say so and I'll post it here. Not in the dedicated section or elsewhere, because... In Italian you would say 'mi sono rotto le scatole', in English the Google translator tells me 'I'm sick'. If not, even better.
In reply to So, something like this??… by PitDadPhil
I am sure that yours is much more refined than mine, which I show you the appearance:
Mine, simply, needs the selection of a note or a rest to have a point to recall (both on pause and in playback).
I see that you also solved the problem of 'cmd', great job.