void initOsc() { receiveAtPort = 12099; sendToPort = 9999; host = "127.0.0.1"; oscP5event = "oscEvent"; oscP5 = new OscP5( this, host, sendToPort, receiveAtPort, oscP5event ); } // Envia OSC void sendOsc(){ for(int i=0; i