OSC router matrix
osc_router_matrixBuild an offline-safe OSC control matrix with per-target Constant and OSC Out CHOPs, deterministic layout, and address prefixes. Emits a structured report of every OSC address.
Instructions
Create an offline-safe OSC control matrix: one Constant CHOP plus OSC Out CHOP per target, deterministic left-to-right layout, target-specific address prefixes, and a structured report of every emitted OSC address. Use it as the primitive for QLab, atemOSC/Companion, Resolume, VDMX, or any OSC-speaking show-control endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of the router container COMP. | osc_router_matrix |
| routes | Yes | Routes/channels to create for every target. | |
| targets | Yes | OSC destinations. Each target gets a Constant CHOP and OSC Out CHOP. | |
| parent_path | No | Parent COMP to build the router in. | /project1 |