yokemura / Magical8bitPlug2

GNU General Public License v3.0
301 stars 19 forks source link

Fixed the behavior when sending a note-off to a note already in release phase #17

Closed yokemura closed 3 years ago

yokemura commented 3 years ago

The state of a note was forced to go back to the beginning of Release Phase whenever it receives note-off regardless if it's already in Release Phase or not. Fixed it by checking if a note is already in Release Phase

resolves #11