hello,
i still try to find a way to send and receive variables with emscripten ofelia for using webmidi.
in the meantime i tried the same with enzien heavy which uses emscripten too - it actually works (although i only managed to send/ receive one variable per send / receive @hv_param, but there seems to be a way to also use lists with __hv_notein / __hv_noteout for example - at least for midi values).
i initially thought naivly that i just need to connect ofxmidi to webmidi somehow, but perhaps the way heavy enzien sends / receives values is the way to go for emscripten ofelia too?
here are some methods for interacting with emscripten code: https://emscripten.org/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.html
i think it would be really nice to get it working because then we perhaps would have something like js enzien heavy with all vanilla objects plus open frameworks graphics...