Replies: 1 comment 7 replies
-
Agree with that. Pinging @matcham |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
let's say I have the following tree :
/volume (float)
/play (bool, critical)
What happens if the user wants to create an OSC bundle with both ? The most logical thing to me would be to send everything in a single bundle over TCP, would that be fine ? (the alternative being, splitting things over TCP and UDP depending on critical-ness, but then you loose any packing that you may have wanted to keep)
Beta Was this translation helpful? Give feedback.
All reactions