-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The PicoKeyer can't be recognised by any browser under my Arch Linux system. The JavaScript "midi.js" ask exactly for the string "PicoKeyer" but the MIDI device is shown as "PicoKeyer MIDI 1". So it would probably be better to check for part of the string instead of the whole string.
In line 184 I changed the line to
if (input.name.search(/PicoKeyer/) >= 0) {
and in line 191
if (output.name.search(/PicoKeyer/) >= 0) {
to get it working.
Thanks for the work so far!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels