QLab OSC bridge
qlab_osc_bridgeCreate a QLab OSC control bridge exposing /go, /stop, /panic, /pause, /resume, /reset, and optional cue start routes to QLab's OSC port, buildable without QLab running.
Instructions
Create a QLab OSC control bridge using the OSC router matrix primitive. It exposes /go, /stop, /panic, /pause, /resume, /reset and optional /cue/{number}/start routes to QLab's configurable OSC receive port, without requiring QLab to be running during build.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | QLab machine IP or hostname. | 127.0.0.1 |
| name | No | Name of the bridge container COMP. | qlab_osc_bridge |
| port | No | QLab OSC receive port. | |
| active | No | Start OSC sending immediately. | |
| cue_numbers | No | Optional QLab cue numbers to expose as /cue/{number}/start routes. | |
| parent_path | No | Parent COMP to build the QLab OSC bridge in. | /project1 |