state-of-the-art / matrix-midi-controller

DIY prototype of a MIDI controller based on Teensy & Adaftuit NeoTrellis boards
Apache License 2.0
17 stars 5 forks source link

[BUG] A way of glitching out the hint function #11

Closed memorylick closed 4 years ago

memorylick commented 4 years ago

If the menu is exited (by either of 2 currently existing ways) before you completely let go of a hint-triggering button, the hint will keep scrolling by itself forever in both "play" and "menu" modes (the area it takes over remains "playable" tho). Re-triggering any hint by pressing any button in the menu returns things to normal.

state-of-the-art commented 4 years ago

Reproduced, confirmed.

memorylick commented 4 years ago

Fixed.

state-of-the-art commented 4 years ago

Until it's merged - it's not.

memorylick commented 4 years ago

The fix has been merged with the master and tested