/ofxTSPSReceiver

openFrameworks based OSC receiving addon for OpenTSPS

Primary LanguageC++

ofxTSPS Receiver

  • Set of classes to interface with ofxTSPS in openFrameworks

Setup

  • clone into openframeworks/addons
  • run openTSPS (see github.com/labatrockwell/openTSPS)
  • run example (ofxTSPSReceiver/example-simple)

Dependencies

  • This addon depends on the built-in ofxOsc addon
  • Be sure to select both ofxTSPSReceiver and ofxOsc when creating new projects with the project generator

Compatibility

  • ofxTSPSReceiver is compatible with TSPS 1.2+, and is up-to-date with the newest features in TSPS 1.3.4
  • Tested with OF 0073