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 adds options for better OSC Management, that are disabled by default in the Projucer so nothing changes by default.
Allow special characters in address : some software like Millumin or MaxMSP can have non conventional characters in their address. This allows receiving and parsing the message despite them being "faulty"
Enable broadcast by default : This allows to activate broadcasting capability on OSCReceiver without having to change the class to be able to access the internal DatagramSocket of the OSCReceiver class. It is likely that users want to be able to receive from anywhere, not just from localhost.
Exclusive Binding : This allows to disable port reuse when binding. It is likely that users want to get exclusive access to the port, and be able to be notified when a port is already used, instead of not receiving on this port because it's already bound but no error were raised.
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