I'm getting an error in Chrome for the "Connect to Device" button on both Device and individual patch pages for past couple of days now:
Failed to Connect to Owl
First suspected this might be due to firmware update v.20.4 on Alchemist but I confirmed with non-updated Wizard, different USB cables and another computer.
Could it be a recent update broke this functionality?
In Chrome console, isConnected()
method evaluates to false with nulls for WebMIDI ports:
isConnected: false, connectedMidiInputPort: null, connectedMidiOutputPort: null
Here is the relevant MidiInput object for the OWL device:
connection: "closed"
id: "72CE213585B8132B5BB66A82BA01EA939B4D62523692A651970FA6B291F06F83"
manufacturer: "Rebel Technology"
name: "OWL-BOOT MIDI 1"
onmidimessage: null
onstatechange: null
state: "connected"
type: "input"
version: "ALSA library version 1.1.6"
__proto__: MIDIInput
I notice name attribute looks for "OWL-BOOT MIDI 1" though the device is not in boot mode, but entered this mode makes no difference.
amidi -l gives the device name as "OWL-MIDI MIDI 1" when connected.
Please let me know if there's other information to provide.
Cheers,
Yonatan