OSC Group Mute

Hello Léo,
I’m sorry, it’s my first OSC command
I try to make buttons in canvas page to mute and unmute Mixer Groups.
With “M” when muted and nothing when unmutes
I try several commands but I don’t succeed.
Could you help me please ?
Best regards
Arnaud

In fact, I find the way to mute and unmute but I don’t find the way to change the color and the icon according to the mute state

Hi! I’m doing something similar and this is what the string looks like…

${osc(“/mixer/cues/muted”) ? “volume” : “volume-3”}

So just switch out the group name and then the “volume” and “volume-3” are the icons it will switch to, so change those to whatever icons you’d like to use :smiling_face:

Thank you Adam, it’s perfect !