SolarOS 4.13.4 manual · command
osc
Inspect named outbound OSC bindings and their live source, value, send, and error state.
Usage
| Usage | Description | ||
|---|---|---|---|
osc bindings | Inspect named outbound OSC bindings and their live source, value, send, and error state. | ||
| `osc bind <name> stream <stream> <address> [rate=hz] [delta=value] [send=change\ | always]` | Publish one scalar stream as OSC float32 values in its native unit. | |
| `osc bind <name> stream <event-stream> <address> edge=rising\ | falling\ | both [rate=hz]` | Publish sampled boolean transitions as OSC int32 0 or 1. |
| `osc bind <name> control <control> <address> [rate=hz] [send=change\ | always]` | Publish one normalized named control as an OSC float32 value from 0.0..1.0. | |
osc unbind <name> or osc clear | Remove one outbound binding or all outbound bindings. |