OSC out ops #126
Unanswered
cristianvogel
asked this question in
Feature Requests
OSC out ops
#126
Replies: 1 comment 2 replies
-
hey, since all OSC is via websockets anyhow, you could use https://cables.gl/op/Ops.Net.WebSocket.WebSocketSend right? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to format data in a Cables patch as OSC and send via WebSocket through the osc4ws tool I wrote . But I feel I am jumping through hoops with the standard ops, perhaps I am not seeing the right way to do it? Or perhaps we need some OSC out ops to plug into
WebSocketSend
op?I'd like to send out data like
or
or
and even blobs
of course being able to inject changing values where 'value' keys are
Beta Was this translation helpful? Give feedback.
All reactions