Add a decimal place to Pause property (milliseconds)
Currently the Pause property of a Caesura is set in one-hundredths of a second, two decimal places. I would like to increase it to 3 decimal places, which is millisecond precision, which is useful in various contexts. I can prepare a pull request easily and at any time, but I wanted to start the ball rolling here.
Let me know if I can create the PR immediately or if it would be better to wait. I assume there is no opposition to this, but if there is, tell me what it is.
Comments
I have no opposition, only curiosity.
You say millisecond precision (for pause property)... "is useful in various contexts."
Can you elaborate with some real examples?
In reply to I have no opposition, only… by Jm6stringer
Synchronizing with the video you're scoring for for example.
In reply to I have no opposition, only… by Jm6stringer
Here is the forum topic I originally opened on this subject a year ago:
https://musescore.org/en/node/263040
I am animating SVG exports from MuseScore in JavaScript. JavaScript timing is all in milliseconds, sort of :-)
Synchronization to other sources is the general reason for needing more precision in time.