#include "testApp.h" //-------------------------------------------------------------- void testApp::setup(){ ofBackground( 40, 100, 40 ); // open an outgoing connection to HOST:PORT sender.setup( HOST, PORT ); } //-------------------------------------------------------------- void testApp::update(){ } //-------------------------------------------------------------- void testApp::draw(){ // display instructions string buf; buf = "sending osc messages to" + string( HOST ) + ofToString( PORT ); ofDrawBitmapString( buf, 10, 20 ); ofDrawBitmapString( "move the mouse to send osc message [/mouse/position ]", 10, 50 ); ofDrawBitmapString( "click to send osc message [/mouse/button