
Here you can see :
In Zoom Window:
User 1 has muted
In Osculator:
Port is set to 8000 (Zoom OSC has its transmission port set to this)
Routing set for User 1 mute is OSC message to QLab Port 53000 /cue/MUTE/start
In QLab: 2 text cues numbered MUTE and LIVE in a group with fade &stop peers activated in trigger tab
Sequence of events:
User 1 Presses Zoom Mute Button
Zoom OSC sends /zoomosc/user/mute 1 to port 8000.
This is received by OSCulator
OSCulator remaps this message to /cue/MUTE/start sent to QLab on port 53000
QLab receives message and starts cue MUTE. If Live was running previously triggers tab stop it because stop peers is checked.
Mic