-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Regression caused by #3710, reverting the commit removes the bug.
Steps to reproduce:
- Connect any instrument to a midi controller with a sustain pedal/button
- Hold down the sustain pedal/button
- Press any key more than one time
- Only the first key press will register and the consecutive keys won't work or produce any sound until you release the sustain pedal.
If you revert the said commit, in case of stable-1.2
:
git revert d87a8b3da4976b669600972c4e731f8a4f6a6fb5
The behavior is as expected, they keys keep playing the same sound and layering over one another.
If my steps are unclear I can provide a video.
Tagging @serdnab as the author of the PR.