Skip to content

Not recognised under Linux distro #2

@stephanhu

Description

@stephanhu

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions