Skip to content

Releases: 2bbb/ofxPubSubOsc

version 0.3.3

30 Sep 04:43
Compare
Choose a tag to compare
  • fixed bug on ver 0.3.2 (issued by @hanasaan. thanks!!!)

version 0.3.2 [DEPRECATED]

25 Sep 21:29
Compare
Choose a tag to compare
  • bugfix about constructor of ofxOscMessageEx
  • fixed constness about notify, read

version 0.3.1

15 Apr 09:14
Compare
Choose a tag to compare

add

  • ofxSubscribeAllOsc
  • ofxSubscribeAllOscForPort

idea by moebiussurfing on issue#40

version 0.3.0

08 May 07:36
Compare
Choose a tag to compare

new!!

  • add: ofxSubscribeOsc: multi arguments
  • add: ofxSubscribeOsc: multi arguments callback
  • add: ofxOscMessageEx
  • and more!

version 0.2.2

25 Jan 06:48
Compare
Choose a tag to compare
  • fix for VS2012
    • add std::istream &operator>>(std::istream &, ofQuartenion &)
    • add std::ostream &operator<<(std::ostream &, const ofQuartenion &)

version 0.1.3 (for legacy)

25 Jan 06:40
Compare
Choose a tag to compare
  • fix for VS2012
    • add std::istream &operator>>(std::istream &, ofQuartenion &)
    • add std::ostream &operator<<(std::ostream &, const ofQuartenion &)

version 0.2.1

03 Jan 15:51
Compare
Choose a tag to compare
  • 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*

02 Jan 12:09
Compare
Choose a tag to compare
  • 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

version 0.1.2

02 Jan 06:35
Compare
Choose a tag to compare
  • 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

17 Sep 08:34
Compare
Choose a tag to compare
  • 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