Skip to content

version 0.2.0 *broken*

Compare
Choose a tag to compare
@2bbb 2bbb released this 02 Jan 12:09
· 122 commits to master since this release
  • 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