[FEATURE] - Support communication to a renderer process via comfort functions
Hey,
In order to have the lib communicating with the renderer process, it could make sense to offer comfort functions for different use cases:
- Electron already offers ipc, where you can register for an event https://github.com/electron/electron/blob/master/docs/api/ipc-main.md
- Websocket support
- rtpMIDI
- Client-Polling?
Perhaps, that would be easier to do if you have some real life usecases. Do you have any related projects?
https://timsusa.github.io/midi-bricks-mono/
is that Electron??
This is the manpage, but o f course, yes behind there is electron.. if you want to have exact link: https://github.com/TimSusa/midi-bricks-mono/tree/master/packages/midi-bricks-electron If you wanna try the app, go to packages midi-bricks-electron and drop a:
yarn && yarn bootstrap && yarn dev
and your good to go!
It has been a long time... jazz-midi-electron v2.0.0 is coming shortly!