arisslin / jsmpc

1 stars 0 forks source link

Bugfix keyboard triggering #29

Closed arisslin closed 4 years ago

arisslin commented 4 years ago

Description

There are some bugs which need to get fixed:

  1. On keyboard triggering if you hold a key down, the key get's triggered on repeat. This should not be possible. Holding a key down should trigger the sound only on time.

  2. On keyboard triggering if you hold a key down and the sound repeats, the padTrigger status not get updated correctly. This effects that the border color of a pad not updates correctly.

  3. If you hold down a touch after a few seconds on desktops the context menu opens.

Tasks