Add Support for OSC Types int64, double, Nil, Impulse, T and F #1396
+359
−14
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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