JWeb no webmidi support and no inpector console within jweb

Frederik la Cour's icon

I am currently working on a project where I am using Orca together Max/MSP. I am using the Jweb-object to stream/render the web version of orca https://hundredrabbits.github.io/Orca/ to my max patch

Max Patch
Copy patch and select New From Clipboard in Max.

Jweb shows the website and I can interact with it. However, the problem is that I cant connect Orca to max via the mididriver, because i cannot enable the midi driver. I am using the IAC midi driver for this.

In order to setup midi in Orca you would insert this code:

..D........
...$midi:0;

into Orca

this will enable the index 0 midi driver available.
This doesn't seem to work within jweb!

I know that jWeb uses CEF to run, but i am speculating that the version of CEF that is used doesnt have webMidi support? Also another problem is that I cannot access the inspector console of the webpage inside the Jweb object, making it very hard to troubleshoot any possible errors or problems myself.

I hope this problem makes sense, if not, please contact me, I would love to further explain the problem.

cheers!
La Cour