Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 550 Bytes

readme.md

File metadata and controls

14 lines (10 loc) · 550 Bytes

・゜・:.。..:・'。. .。.:・゜・

ofxPinger is a simple wrapper of ofxOscSender which sends a periodic osc message for telling other apps that OF is working.

image

Usage

  1. Open pinger.xml in your data directory.
  2. In <destinations> directive, you can define the destination(s) as <dest>.
  3. In <settings> directive, you can set the ping interval time (ms) and the address of osc message.

Dependencies

  • ofxOsc
  • ofxXmlSettings