Reply To: Create curves from Processing to Iannix

Home Forums Making things with IanniX Create curves from Processing to Iannix Reply To: Create curves from Processing to Iannix

#3577
IanniX
Keymaster

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.


© IanniX Association

What is IanniX? | Download | Showcase | Forums | Research | About