Feedback & Companion
Hi There.
I have hard time to understand how feedback works.
This is an example that i would like to achieve :
I change a layer opacity through companion by using OSC message. ( In companion a use the fonction send integer connect to the osc path of my layer) it's works great thanks to the help i receive from here!
Now i need to have a feedback on my button about the opacity value (i.e button turn red if opacity is 1)
I found in the OSC Documentation witch feedback it's send : /millumin/layer:myLayerName/opacity
But i can't figure out how ask to companion to catch this feedback !
It seems i miss something very important in the feedback process !
If someone can inlight me ! ;)
Cheers. Hélène
Comments
Hello @LN_V,
I am not sure that Companion can receive OSC.
However, you can achieve what you want with Companion feedback (not Millumin feedback that is another concept). See image below :
Best. Philippe
Thanks Philippe,
I already try this solution it's working but because i've other button witch can change layer opacity i was looking for a solution with OSC from Millumin and have an instant information about opacity.
Wat other solution than companion for receiving osc from Millumin can i use so ?
Thanks !
Hélène.
You can find a lot of information on our help center : https://help.millumin.com/docs/tutorials/control-your-show-remotely/
Thanks for thoses informations !