wait_for_osc
Pause execution until an incoming OSC message matches a specified address or regex pattern, with configurable timeout. Coordinates lighting console actions with external OSC signals.
Instructions
Wait for an incoming OSC address pattern (timeout in ms)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Exact OSC address or regex pattern | |
| useRegex | No | ||
| timeoutMs | No |