Notes - JoueBien/X32-OSC-Workbench GitHub Wiki
Get all mutes
/formatsubscribe
[{
"type": "s",
"value": "/ch/mute/all"
},{
"type": "s",
"value": "/ch/**/mix/on"
}, {
"type": "i",
"value": 1
},{
"type": "i",
"value": 32
},{
"type": "i",
"value": 20
}]
1 Get all the initial state 2 subscribe 3 only update if there is an actual change
Mute on Master -> if mutes change emit change on other side Mute on Slave -> if mute change emit change on other side Mute on Program -> emit change to slave and master
Only show change if both sides show the same