OscSend xmit; // aim the transmitter at our local port 6449 xmit.setHost( "localhost", 6600 ); while (1) { xmit.startMsg( "/draw", "f f" ); Std.rand2f(-100.0,100.0) => xmit.addFloat; Std.rand2f(-100.0,100.0) => xmit.addFloat; Std.rand2f(0.4,0.8) :: second => now; }