Jean-Philippe Côté

Results 48 comments of Jean-Philippe Côté

This would also allow for future support of the proposed [WebSerial API](http://whatwg.github.io/serial/).

As far as I know, it will not work with Electron because it does not provide access to the [`chrome.serial` API](https://developer.chrome.com/apps/app_serial). You can use it in [NW.js ](https://nwjs.io/)though which is...

I had missed it but it seems there already is a [pull request](https://github.com/garrows/browser-serialport/pull/43) to that effect. Any chance its going to be merged in?

Thanks for your work on this Jeff. Unfortunately, as I mentioned in a prior message, I don't have much bandwidth to dedicate to this right now. Are you currently stuck?

WEBMIDI.js relies on the `jazz-midi` module to provide Web MIDI API support on the Node.js platform. It [seems](https://github.com/jazz-soft/jazz-midi/issues/8#issuecomment-1121826276) that `jazz-midi` does not dispatch `statechange` events as it should. We will...

I'm not sure why you are having these issues. Can you perhaps try a bare example so we can narrow down the problem?

I cannot reproduce the problem. Can you provide a little more info? For instance, are you running this code in Node.js or in a browser? Since you mentioned Node.js v17.2.0,...

I just ran your code and it was working fine for me (I only had to change the name of the MIDI device to match my own). Here's the output...

I don't know why it would be related to the new processor but who knows? Unfortunately, I only have an "old" Macbook to test it on. Are you still getting...

@PimTournaye Thanks for reporting back. If that is indeed the problem, it will most likely affect other users of WEBMIDI.js. Keep me posted!