OSCIntInput
Of the OSC messages received, it picks up only those whose address exactly matches the node’s string, and outputs to Int Output only when the first argument is of type int.
- Enter the OSC address to watch in 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 a different type (float, for example) are ignored. To receive float values, use OSCFloatInput
Input ports
None
Output ports
| Port ID | Type |
|---|---|
Int Output | int |
Scriptable members
| Path | Type |
|---|---|
currentOSCAddress | string |
Synapse Apps (scripting)
await synapse.modules.create({ type: "OSCIntInput" }) 

