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

Add Support for OSC Types int64, double, Nil, Impulse, T and F #1396

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

benkuper
Copy link

This PR adds support for both OSC receiver and sender for the types int64 (h), double (d), Nil (N), Impulse (I), True (T) and False (F).

Many software use those types (especially T and F), and without proper support for it, it is impossible to receive messages from those, rendering the module quite useless.

UnitTest have been updated to include those types.

Note : I already had made a PR years ago for this, that is has been ignored I believe. With Juce 8 releasing, I'm taking again my chance to resync my repo as much as possible with the current one, making neat PR for everything that I changed in my fork and that I believe will benefit to many other developers.
Please, consider at least checking it and replying, thank you and have a nice day

@benkuper
Copy link
Author

benkuper commented Aug 7, 2024

I hate insisting, but please, pleaaase, this (and the other PR I made) or really straightforward and would just bring the OSC support up to an actual functional state, otherwise it's just an idea of something that would be interesting..

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

Successfully merging this pull request may close these issues.

1 participant