Add osc event support. We can use https://github.com/hypebeast/go-osc Event handling could look like this: ```js function onOSC(c, event) { // do stuff } ```
Add osc event support.
We can use https://github.com/hypebeast/go-osc
Event handling could look like this: