jeetee / MuseScore_TempoChanges

MuseScore (https://musescore.org) plugin applying linear Tempo changes such as accelerando and ritardando.
BSD 3-Clause "New" or "Revised" License
33 stars 13 forks source link

Added global enter and escape sequence #20

Closed MLK97 closed 4 years ago

MLK97 commented 4 years ago

Alright I tested it with this set-up. I needed to change the placeholder text to regular text because otherwise Enter will just do nothing since there is not input for it to process. The commit looks a bit messy, because I had to nest the whole GridLayout inside an Item. This hopefully improves the speed of usage for this great plug-in :)

jeetee commented 4 years ago

slightly simplified the implementation of the approach you used :)