OSCBoolInput
Of the OSC messages it receives, it picks up only those whose address exactly matches the string on the node, and outputs to Bool Output only when the first argument is of bool type.
- Type the OSC address to watch into the node’s text field (prefix matching and wildcards do not work)
- The receive port is set in the application’s OSC settings (default 3170). If OSC input itself is off, nothing reaches this node
- Messages whose first argument is not a bool are ignored. If the sender transmits 1/0 or true/false as numbers, use OSCIntInput or OSCFloatInput
Input ports
None
Output ports
| Port ID | Type |
|---|---|
Bool Output | bool |
Scriptable members
| Path | Type |
|---|---|
currentOSCAddress | string |
Synapse Apps (scripting)
await synapse.modules.create({ type: "OSCBoolInput" }) 