Jean-Philippe Côté
Jean-Philippe Côté
@AMabona Thank you so much for letting me know! I just released [v3.0.24](https://github.com/djipco/webmidi/releases/tag/v3.0.24) of WEBMIDI.js which now depends on v1.5.6 of the `jzz` module which itself relies on v1.7.8 of...
Did you resolve this issue? If not, can you submit a minimal project example that triggers the problem?
Considering @FractalHQ's suggestion and the fact that it has been tagged as "**info needed**" since June, I will close this issue. Feel free to re-open if the problem persists. You...
```html ```
I wrongly assumed that `face_geometry` came from the `mediapipe` library. That's why I was confused. It's working fine now. Thanks for the clarification. By the way, do you know what...
WEBMIDI.js uses the `jzz` package under the hood for MIDI communication on Node.js. Could you install the module and try this basic example to see if you get the same...
Thanks for reporting back. It is quite clear now that the issue is with the `jazz-midi` module. I have [notified](https://github.com/jazz-soft/jazz-midi/issues/5#issuecomment-1793486221) the `jazz-midi` team of the problem. We will have to...
> You could try my simple package.json in your system first to isolate other causes. I just did. Same result. Problem remains.
At first, I did not. Then, I installed it to see if it would fix the problem. I just removed it.
I understand that `node-pre-gyp` is not relaying the version information, but I'm not sure why it shouldn't be running... In all honesty, I'm a bit out of my league here....