Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can the OSC module work with TCP? (not UDP) #190

Open
hepiyellow opened this issue Sep 13, 2023 · 3 comments
Open

Can the OSC module work with TCP? (not UDP) #190

hepiyellow opened this issue Sep 13, 2023 · 3 comments

Comments

@hepiyellow
Copy link

Is your feature request related to a problem? Please describe.
Working with UDP I encounter cases where drop packets cause my controller and my app not to be in sync.

This happens when I move several faders at once on my controller.

Describe the solution you'd like
Working with TCP should fix the issue

@benkuper
Copy link
Owner

OSC is officially transported through UDP, using TCP for OSC is not standard and only supported by a very few apps. Unless there are strong arguments, if you have control over your communication protocol and want to use TCP, I'd suggest using websocket.

Also, please post "user" related issues on discord, the github issues are focused on core code bugs and improvements, thank you !

@hepiyellow
Copy link
Author

hepiyellow commented Sep 13, 2023 via email

@benkuper
Copy link
Owner

benkuper commented Oct 4, 2023

You can clone the repo and change the OSC Module so it's able to use TCP, but the layers are deeper as it uses internally the JUCE OSC system.
So you would have to modify JUCE code, then propose a PR on my JUCE fork, and then change Chataigne to support this.
Totally feasible, but way more time than I would spend personally, considering i'm not using this at all :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants