Page 1 of 1

Sensor to control via OSC. Is "Multisense OSC" app a good tool for that? I don't know how to

Posted: Thu Sep 14, 2023 00:54
by jobee
Hey folks,
Great to start a new project. Actually, many of you should have tried to control with sensors via OSC, but I can't find documentation here.
I think smartphone can be a good source of sensors. Also I fand the "Multisense OSC" app that spread sensor data via OSC. In the OSC Preference panel I can see that Resolume Avenue (7.15) receive the OSC messages sent by the app. But I can't figure how to map buttons (like "scale" for exemple) to these OSC messages. I tried to modify the OSC adress in the "Multisense OSC" app, I copied the OSC Input adress from resolume (/composition/layers/1/clips/19/video/effects/transform/scale) but this doesn't seems to be the good way. I seems like I'm close to make it but I really don't know how. Can you help me? Best regards.

Re: Sensor to control via OSC. Is "Multisense OSC" app a good tool for that? I don't know how to

Posted: Thu Sep 21, 2023 17:25
by Zoltán
Multisense seems to send absolute values, Resolume would require normalized floats, between 0-1 for parameters.
A translator would be required between your OSC sender to convert the values.
Chataigne could be used for that.
http://benjamin.kuperberg.fr/chataigne/en

Re: Sensor to control via OSC. Is "Multisense OSC" app a good tool for that? I don't know how to

Posted: Mon Sep 25, 2023 16:22
by jobee
Hi Zoltan,
Thanks a lot for your answer.
You're right Multisens send absolute values.
Yes, Chataigne seems to be a good idea.
Also, I have Wire. And I planed to convert the Multisens OSC data to float values with a Math function of Wire, this should work, isn't it?
Best regards

Re: Sensor to control via OSC. Is "Multisense OSC" app a good tool for that? I don't know how to

Posted: Wed Sep 27, 2023 13:17
by Zoltán
Yes, if you know the range, it should be easy to convert in Wire too, with some math, or the Map node.

Re: Sensor to control via OSC. Is "Multisense OSC" app a good tool for that? I don't know how to

Posted: Thu Sep 28, 2023 14:12
by jobee
thx a lot Zoltan