Yes sorry I posted without testing before. In fact, you have to send OSC Messages using OSC P5. You can have some help in the
OscMessage iannixMessage = new OscMessage("/iannix/add");
iannixMessage.add("curve");
iannixMessage.add(id);
…
oscManager.send(iannixMessage, iannixLocation);
assuming oscManager
and iannixLocation
have been declared. See samples in IanniX class provided with the example.