Commands Mute Groups - JoueBien/X32-OSC-Workbench GitHub Wiki
You can get the value of a mute group button with
/config/mute/<id>
This will respond with
[
{
"type":"i",
"value":1 // {OFF, ON}, int with value 0 or 1
}
]
We can set a mute group button with
/config/mute/<id>
[
{
"type":"i",
"value": <on/off>
}
]
- is a number between 1-6 for selecting which mute group button
1: Mute Group 1
2: Mute Group 2
3: Mute Group 3
4: Mute Group 4
5: Mute Group 5
6: Mute Group 6
- <on/off> the value of the mute group switch
{OFF, ON}, int with value 0 or 1
0/1 for on/off of mute switch