6449 => int port; 1 => int NUM; OscSend xmit[NUM]; // OSC Send Object xmit[0].setHost( "localhost", port ); // xmit[1].setHost("Farinelli.local", port); // or 255.255.255.255-style IP // xmit[2].setHost("192.168.88.2", port); // or 255.255.255.255-style IP while( true ) { for (0 => int i; i xmit[i].addInt; // fill in the int Std.rand2f( .1, .5 ) => xmit[i].addFloat; // fill in float, message is sent now } 0.2::second => now; }