Increase limit of note Offtime in PRE and Plugin API
Reported version
3.4
Type
Functional
Frequency
Once
Severity
S5 - Suggestion
Reproducibility
Always
Status
won't fix
Regression
No
Workaround
No
Project
The current limit of 2000 is too low for some guitar "let ring" situations.
Comments
Changed from S5 to S4 because it is a significant inconvenience. A limit of 64,000 would be easily enough and only require 16-bit values.
Inconvenience doesn't change a feature request, AKA Suggestion (something that otherwise works as designed) into a (Minor) bug though
In reply to Inconvenience doesn't change… by Jojo-Schmitz
OK.
If I want to change this in a local MS version do I need the full dev environment, (fonts and all), or just the program source?
The full dev env.
No reason not to fix this that I can see it, it's trivial to change and severely/unnecessarily limiting.
There you go, took all of 30 seconds: https://github.com/musescore/MuseScore/pull/9236
Ok 60 seconds after realising I'd missed the PRE part of it!
And another 5 minutes working out how to make the combobox and spinbox at the bottom left wide enough!
In reply to And another 5 minutes… by Dylan Nicholson1
Nice one! Will this make it into a newer version of 3.6.2 or will there be a 3.6.3?
3.6.3 or 3.7.0, but either is pretty unlikely to happen I'm affraid.
Wortkaround: use the GitHub CI artifacts from either this PR or those from #9000
No more fixes for 3.x
It is part of https://github.com/musescore/MuseScore/pull/9000 though, so you could use the artifacts of that
In reply to No more fixes for 3.x It is… by Jojo-Schmitz
Thanks for the update. It sounds promising except that I don't know what it means. What are Github artifacts? Has the limitation been removed from MS4?
No idea about MU4. The artifacts are like nightly builds, available from GitHub, if you have an account there
In reply to No idea about MU4. The… by Jojo-Schmitz
I have a GitHub account for my plugins.
Is the nightly build available as a Windows installation file?
no, and it doesn't need zu get installed
In reply to no by Jojo-Schmitz
How would I deploy it to my 3.6.2 installation?
You don't, just download, unpack, go into the bin directory and run MuseScore 4.exe
There doesn't appear to be a download button anywhere.
There is. Try https://github.com/musescore/MuseScore/suites/9728812795/artifacts/4667…
Or
https://github.com/musescore/MuseScore/actions/runs/3641545778
In reply to There is. Try https://github… by Jojo-Schmitz
The second link gives this page but I can't see any way to download a Windows installation file.