ofxTouchBoard

Posted on May 15, 2015

Code available on GitHub: ofxTouchBoard

ofxTouchBoard is an openFrameworks addon for receiving data from the Bare Conductive Touch Board. You need to upload the DataStream program on your Touch Board for the addon to work.

The addon usage is pretty simple. You first setup the port on which your Touch Board is connected (or don't and the addon will ask you at runtime, showing you a list of available devices). Then you call an update method every frame and that's it. The addon gives you access to a vector containing the data sent by the Touch Board for each electrode.

The addon has the following features: