Répondre à : Create curves from Processing to Iannix

Accueil Forums Créer avec IanniX Create curves from Processing to Iannix Répondre à : Create curves from Processing to Iannix

#3577
IanniX
Maître des clés

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

Qu'est-ce que IanniX ? | Téléchargement | Showcase | Forum | Recherche | À propos