neanes / neanes

Neanes is a free and open source scorewriter for notating Byzantine chant in Byzantine notation.
https://neanes.github.io/neanes/
GNU General Public License v3.0
35 stars 9 forks source link

Add speed slider #605

Closed danielgarthur closed 2 months ago

danielgarthur commented 2 months ago

This PR changes the speed selection from a dropdown with limited options to a combination of a slider, which allows increments of 5%, and a free text box, which allows any percentage.

As before, the speed option works by multiplying the original BPM of each note by the selected percentage. This change is temporary and only applies to playback. The tempo markers saved in the score remain unchanged.

This setting is not saved in the byz file. To alter the tempo of a score, the tempo markings throughout the score should be set to the desired tempo.

221