Accueil › Forums › Créer avec IanniX › Create curves from Processing to Iannix › Répondre à : Create curves from Processing to Iannix
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
Cookie | Durée | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |