Skip to main content

Remote GO with OSC

Steps

  1. Settings → OSC listen: enable listening on the desired port.
  2. Confirm the machine firewall allows UDP/TCP as configured.
  3. Select a cue in Cue2.
  4. From any OSC client on the network, send a factory Input Map path such as /Go (see OSC Input Map).
  5. Alternatively send a built-in such as /GoSelected or /GoNum 1 (argument forms supported by the command parser).

OSC listen

Tips

  • Prefer Input Map for app-wide actions and built-ins for cue-addressed control.
  • Per-cue OSC triggers use exact address match on the shell.
  • Use /ping → expect /pong style query behaviour where implemented.

Learn more