Releases: 2bbb/ofxPubSubOsc
Releases · 2bbb/ofxPubSubOsc
version 0.3.3
version 0.3.2 [DEPRECATED]
- bugfix about constructor of ofxOscMessageEx
- fixed constness about notify, read
version 0.3.1
version 0.3.0
new!!
- add: ofxSubscribeOsc: multi arguments
- add: ofxSubscribeOsc: multi arguments callback
- add: ofxOscMessageEx
- and more!
version 0.2.2
- fix for VS2012
- add std::istream &operator>>(std::istream &, ofQuartenion &)
- add std::ostream &operator<<(std::ostream &, const ofQuartenion &)
version 0.1.3 (for legacy)
- fix for VS2012
- add
std::istream &operator>>(std::istream &, ofQuartenion &)
- add
std::ostream &operator<<(std::ostream &, const ofQuartenion &)
- add
version 0.2.1
- critical bugfix, hehe
- enable subscribe lambda has argument is not ofxOscMessage.
- enable subscribe method has no argument
- update exmaples (xcodeproj) for oF0.9.0
- some cleaning source and doxygen
version 0.2.0 *broken*
- after this release, we will only test on oF0.9.0~
- new feature: multi-subscribe, multi-publish
ofxSubscribeOsc
returnsofxSubscriberIdentifier
ofxPublishOsc
returnsofxPublisherIdentifier
- TODO: API Reference
- add iterators to ofxOscSubscriberManager
- add iterators to ofxOscPublisherManager
- add all port operation to ofxUnsubscribeOsc, ofxNotifyToSubscribedOsc, ofxRemoveLeakedOscPicker
- add ofxSetLeakedOscPickerAll
- add ofxSubscribeOsc with
std::initializer_list<int> port
andstd::initializer_list<std::string> addresses
- add iterators to ofxOscPublisherManager
- add all port operation to ofxUnpublishOsc, ofxUnregisterPublishingOsc
- add feature publishing r-value. (i.e., you can do
ofxPublishOsc(host, port, "/bar", "value!!")
) - add
const
to lambda callback (proposed by satoruhiga. thanks!!) - add useful macro
SubscribeOsc(port, name)
is same asofxSubscribeOsc(port, "/name", name)
(porposed by hanasaan. thanks!!) - add
std::
prefix - cleaning up conditional macro about oF0.8.x
- some bugfix around lambda
- TODO: update some API Documentations
version 0.1.2
- this is final update added new feature, with oF0.8.4 support
- after this release, "ver 0.1.x" will only bugfie about supporting oF0.8.4
- add new feature ofxNotifyToSubscribedOsc (proposed by satcy. thanks!!)
- some bugfix
version 0.1.1
- support ofParameter
- support ofParameterGroup for ofxSubscirbeOsc
- add ofxRegisterPublishingOsc
- add ofxSetPublisherUsingBundle
- support 0.8.1 (not support ofBuffer as blob)
- update README and API_Reference.md