Tempo change plugin for 2.3.1 no longer working on 3.0.2.5315?
There was a very convenient tempo change plugin for rit. and accel., available for 2.3.1. Now upgrading to 3.0 seems a downgrading instead as this plugin cannot work!
Any fixes? Thanks!
Mark
Comments
It indeed needs to get adjusted. Maybe it is as easy as changing "import MuseScore 1.0" to "import MuseScore 3.0", just have a try
In reply to It indeed needs to get… by Jojo-Schmitz
I did try that before posting. The pop up showed up, but it could not change the score with my entries.
In reply to I did try that before… by Mark_Y
Hello, I have the same problem...
Me2!
I'd like to see accel. and rit. fully integrated into the Tempo palette some day soon, maybe tenuto too. Tempo variations are essential in scores such as aria and lieder accompaniments (think Verdi, Schubert, Tosti etc.) They are no less important in my view than playable dynamic options such as hairpins.
Of course, it would be even nicer to have a live pianist hanging around instead, but you have to feed them... :).
Vic
In reply to Me2! I'd like to see accel… by vic joseph
Tenuto as well as fermata and other tempo variations on individual notes is already a feature in MuseScore itself - no plugin needed for them. Select the note to which you want to apply the tenuto or fermata; under "Articulations" on the palatte, double click the "dash" for tenuto, the "bird's eye" for fermata, etc.; finally, set a value in the "Time Stretch" field of the Inspector for the tenuto or fermata for how long you want to extend the duration of the note.
In reply to Tenuto as well as fermata… by Glenn Blank
One can go very, very far with this; it is my practice to hide fermate which are not indicated by the composer, but MusicXML (if you need/use that) has no way to hide them, which is a problem, but most people don't use MusicXML. Between that and phrasing available in the piano-roll editor, one can go very, very far towards expressive performances: see https://musescore.com/bsg/scores/1828286 and https://musescore.com/bsg/phrased_chaconne_intro for examples of liberal/powerful use.
In reply to Tenuto as well as fermata… by Glenn Blank
Thanks for the input. This seems less elegant than the plugin that I was referring to: select the group of notes, set the start and end tempo, done! It can handle rit. and accel. very efficiently.
In reply to Thanks for the input. This… by Mark_Y
The plugin has been ported to MuseScore 3 meanwhile, check https://musescore.org/en/project/tempochanges (again)
In reply to The plugin has been ported… by Jojo-Schmitz
Wonderful! Thanks for the efforts!
In reply to Thanks for the input. This… by Mark_Y
I think you missed my point. The Tempo Change plugin is indeed necessary for organized and graceful ritardandi and accelerandi; time-stretched fermate are not useful for that purpose, but they are exactly what is needed for inflecting music subtly on a note-by-note basis, the way human performers do. Did you listen to my examples?
In reply to I think you missed my point… by [DELETED] 1831606
Ah, thanks for the clarification!
I spent a long night looking into the plugin and tried to get it work. I failed, probably because a) my software development days are now many years in the past and b) my understanding of the musescore object model with elements, segments .. and their properties and methods is quite limited.
When traversing the segments in the selection to find existing tempo markings, the plugin debugger told me that the object does not support the lenght property. 4th line in the code snippet below.
I would be very thankful if somebody more skilled would have a look at this.
In reply to I spent a long night looking… by M.Thum
Do
console.log(Object.keys(segment.annotations));
to see all the possible properties.Also see https://musescore.org/en/handbook/developers-handbook/plugins-3x#Proper…
Tempo changes plugin now works with 3.0.5 :-)
Attached the qml with the minimal change, where the version is checked.
In reply to Tempo changes plugin now… by M.Thum
Seems you forgot the attachment
In reply to Tempo changes plugin now… by M.Thum
Indeed it does.
I'll be pushing out the 3.0.5 compatible release later today.
In reply to Tempo changes plugin now… by M.Thum
Here the file
In reply to Here the file by M.Thum
Nope
In reply to Here the file by M.Thum
Now with attachment
In reply to I Cant' get the attachement… by M.Thum
Still not working ... the pop up shows up, but nothing happens after setting it.