You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addresses helge17#585 .
Original issue: When moving to the left, the `theMove` parameter is negative, and would go down the path of removing beats. With this, we would end up removing the beats that had the notes and would not re-add them.
Fix: Adds a hash-map of <time after move, list of notes pre-move> so we can keep track of what notes need to be moved, and add them to the new (post-move) beats.
configuration: TuxGuitar 1.6.4, Linux openSuse tumbleweed
bug is reproduced with TuxGuitar 1.5.6
video (1.5.6) is self-explanatory
moveOneBeatLeft.mp4
The text was updated successfully, but these errors were encountered: