Hello,
My scenario is, I have a remote socket.io server and I want to control local OSC via that server. Is it possible?
The OSC server can use node modules from a custom module (via nativeRequire()
), it should be possible for your server to communicate with the OSC server module this way. Or you could send osc messages ;).
Thanks, will try ASAP.