JUCE
JUCE copied to clipboard
made OSCInputStream and OSCOutputStream public
I have made OSCInputStream and OSCOutputStream accessible by taking them out of OSCReceiver and OSCSender respectively and putting them into their own files. This would allow for implementations of OSC via TCP so larger OSC bundles can be sent/received.
There have been several forum posts and a GitHub issue asking for this.
I hope you can take a look at these changes.