Releases
v0_2_0
2bbb
released this
02 Jan 12:09
after this release, we will only test on oF0.9.0~
new feature: multi-subscribe, multi-publish
ofxSubscribeOsc
returns ofxSubscriberIdentifier
ofxPublishOsc
returns ofxPublisherIdentifier
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
and std::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 as ofxSubscribeOsc(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
You can’t perform that action at this time.