JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

made OSCInputStream and OSCOutputStream public

Open zhiweigan opened this issue 5 years ago • 0 comments

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.

zhiweigan avatar Feb 21 '20 22:02 zhiweigan