Hello,
I would like to know what would be the best way to apply a mathematical formula to a Iannix built-in value.
For instance like below, take the absolute value of the cursor x value :
run(« setMessage current 1, osc://ip_out:port_out/cursor abs(cursor_value_x) , « )
(of course it doesn’tt work)
What would be the best workaround ?
Thanks for your help !
B
Hi Bob 🙂
You were close to the solution; just add some curly brackets { … }
:
osc://ip_out:port_out/cursor {abs(cursor_value_x)}
For info, you can type any JavaScript you want inside (it should obviously return a numeric value).
Best,
Guillaume.
© 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. |